sync with changes up to http://hg.mozilla.org/mozilla-central/rev/03de2d980072
[themes.git] / EarlyBlue / global / formatting.css
index c7e652da8b3ed2da18d70cb18334982e9d6ca2fc..af9777685c54c72663f2ca60e552cce58a3b7f6e 100644 (file)
@@ -196,6 +196,7 @@ label {
 .text-link {
   color: blue;
   text-decoration: underline;
+  cursor: pointer;
 }
 
 .text-link:focus {
@@ -204,10 +205,6 @@ label {
   outline: 1px dotted;
 }
 
-.text-link:hover {
-  cursor: pointer;
-}
-
 .text-link:hover:active {
   color: red;
 }