Search and Top Navigation
#5412 closed bug (notabug)
Opened March 23, 2010 08:10PM UTC
Closed January 24, 2011 03:07PM UTC
Last modified October 11, 2012 09:15PM UTC
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?
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.