stylesheets/normalize/_links.scss in compass-normalize-1.4.3 vs stylesheets/normalize/_links.scss in compass-normalize-1.5
- old
+ new
@@ -2,17 +2,17 @@
// ==========================================================================
// Links
// ==========================================================================
-// Addresses `outline` inconsistency between Chrome and other browsers.
+// Remove the gray background color from active links in IE 10.
-a:focus {
- outline: thin dotted;
+a {
+ background: transparent;
}
// Improves readability when focused and also mouse hovered in all browsers.
a:active,
a:hover {
outline: 0;
-}
\ No newline at end of file
+}