#5412 closed bug (notabug)
Hover color does not match color specified by theme
Reported by: | simshaun | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.button | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
My page links a global.css stylesheet and then the jquery ui stylesheet. I'm using an unmodified version of the lightness theme.
In global.css, I have a simple "a" declaration: a:hover { color: #D54E21; text-decoration: none; }
I'm replacing an anchor using the new button feature. I would expect it to use the same link hover color as specified in the lightness theme, but its using my a:hover declaration in global.css instead.
Is this intended?
Note: See
TracTickets for help on using
tickets.
We don't use the hover pseudo class in UI, so this is technically correct. Feel free to start a discussion on the forum about possible improvements to the CSS framework.