mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-10 05:34:13 +01:00
add a note about :hover requiring an element in the selector when in quirks
mode
This commit is contained in:
@@ -150,6 +150,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
color: green;
|
||||
text-decoration: none;
|
||||
}
|
||||
/* NOTE: .aClass:hover not supported in quirks mode: http://developer.mozilla.org/en/docs/Mozilla_Quirks_Mode_Behavior */
|
||||
a.hl-URL:hover {
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user