Problem/Motivation
- Fix CSS to not use ID selector.
- Remove id selector in the following css files because it is not used:
modules/cloud_service_providers/openstack/css/openstack_launch_template_radios.css
Issue fork cloud-3385269
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
shubham_jain commentedHi, can you please explain what have you done as I am a rookie.
Comment #4
sekinet commentedComment #5
sekinet commented@yas
Could you please review the patch?
Comment #7
yasComment #8
yas@sekinet
Thank you for the fix. I'll merge the patch to
5.xand6.x, and close this issue as Fixed.Comment #10
sekinet commented@shubham_jain
The CSS file in Problem/Motivation was using an ID selector, which was causing an error in the Lint style check. This Issue is to remove that css file. The layout is broken as it is, so we are taking action to add CSS in the Rigel theme in Related issues.
Comment #12
yasComment #13
shubham_jain commentedHi @sekinet, thanks for explaining.
Comment #14
shubham_jain commentedComment #15
yasComment #16
yas@shubham_jain
Keep the issue queue by Fixed status for two weeks.
See also:
Comment #17
shubham_jain commented@yas, thanks for explaing that I thought that you have to close the issue as soon as it is fixed.