#25967 closed defect (bug) (fixed)
Appearance Themes: current theme highlight color should match the color scheme
| Reported by: | matveb | Owned by: | iammattthomas |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Customize | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | ui |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
25967.diff adds the theme-name to the
_admin.scssfile, which is used to generate the color schemes. It uses the$base-coloras background &$text-coloras text color (this matches the admin menu in all core schemes).