#25967 closed defect (bug) (fixed)
Appearance Themes: current theme highlight color should match the color scheme
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Customize | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
The current theme highlight is currently set to blue, but it should be set by the mp6 color scheme instead.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
25967.diff adds the theme-name to the
_admin.scss
file, which is used to generate the color schemes. It uses the$base-color
as background &$text-color
as text color (this matches the admin menu in all core schemes).