Problem/Motivation
- Remove the hard-coded menu background color definitions in the SPA's index.css . Having them hard-coded affects the colors when the Rigel theme is switched from Dark to Light. Menu colors should be controlled in the theme css.
Issue fork cloud-3542982
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
baldwinlouie commented@yas, please review this patch. This adjusts the SPA's menu and table heading html elements so it relies on the theme for styling instead of hard-coded colors/styles.
Comment #4
yas@baldwinlouie
I’ll merge the patch into
7.xand8.x; and close this issue as Fixed.Comment #6
yas@baldwinloiue
Can you make the MR for
drupal/cloud:7.x-dev? ThanksComment #8
baldwinlouie commented@yas, I opened a MR for `7.x-dev` branch. Please review.
Comment #9
yas@baldwinlouie
Thank you for providing the patch for druapl/cloud:7.x-dev. I’ll merge the patch into
7.x, and close this issue as Fixed.Comment #11
yas