Closed (fixed)
Project:
Bootstrap
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2016 at 10:27 UTC
Updated:
17 Aug 2016 at 04:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
shreya shetty commentedComment #3
shreya shetty commentedComment #4
shreya shetty commentedComment #5
shreya shetty commentedComment #6
markhalliwellWell... crap :(
This was a change made in #2691007: Required span not displayed in bootstrap panel to be more inline with core.
That being said, it appears there was also the follow-up #2274631: Form required marker "\204E" is broken in Google Chrome 35 / Internet Explorer 9 which converted this to an SVG background image instead.
We'll likely need to do the following somehow :-/
Also, please do not edit the compiled source files. You must change the LESS startkerkit source files instead. They will be automatically compiled (for all versions) when a maintainer commits the changes.
Comment #7
markhalliwellComment #8
shreya shetty commentedSo are we replacing asterisk by an image ??
Comment #9
markhalliwellThat would appear to be the case :-/
Comment #10
shreya shetty commentedThank you for the quick reply . I have done the css in overrides.less and committed the patch and also place the image in folder named images .
Comment #11
markhalliwellThere is already a rule for
.form-required: http://cgit.drupalcode.org/bootstrap/tree/starterkits/less/less/componen...Also, there is no image in the patch.
That being said, if we are going to go down the image route, I wonder if we can just use the image/svg that core already provides somehow?
Comment #12
shreya shetty commentedI am unable to upload svg file . So the maintainer needs to take svg image from core and place it in images folder
Comment #13
markhalliwellYou don't upload it to here. You add it in the patch.
Comment #14
shreya shetty commentedThank you for your guidance . I have made some improvements . Hope this is the patch you are expecting .
Comment #16
markhalliwell