jasonrr / more-with-less

A little LESS library that makes some complicated stuff pretty easy while providing cross-browser compatibility.
http://jasonrr.github.com/more-with-less/
6 stars 2 forks source link

FF4/FF5: "Light" buttons missing hover effect? #1

Open dbertram opened 13 years ago

dbertram commented 13 years ago

Tried the demo in FF4 and FF5 and it looks great other than the light examples (Tan, Gray - both inset and raised) don't appear to have a working hover effect.

jasonrr commented 13 years ago

Looks like a bug in Firefox. Everything is correctly specified, but it has some trouble honoring :hover styles on divs without additional specificity. fail.

The other examples are using a's.

dbertram commented 13 years ago

ah...ok. i've been burned by the ":hover only works (properly) on anchors" thing before too. I hadn't realized that only those examples were divs/spans.