mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 00:45:45 +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;
|
color: green;
|
||||||
text-decoration: none;
|
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 {
|
a.hl-URL:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user