Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2017-05-07 15:27:50 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2017-05-10 16:44:45 +0300
commit16471b19bccacba50b2332d73c54fe5d86def847 (patch)
treee6158970f6067791f41220aeda75972cc0113c29 /sass
parent38f8b3fc29ff97cd3dd78d79a8f7f92f2fb9817e (diff)
Remove opinionated outline rule on "a" element.
Diffstat (limited to 'sass')
-rw-r--r--sass/normalize/_normalize-mixin.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/sass/normalize/_normalize-mixin.scss b/sass/normalize/_normalize-mixin.scss
index e8f4e9b..ca640a5 100644
--- a/sass/normalize/_normalize-mixin.scss
+++ b/sass/normalize/_normalize-mixin.scss
@@ -269,16 +269,6 @@
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
-
- /**
- * Remove the outline on focused links when they are also active or hovered
- * in all browsers (opinionated).
- */
-
- a:active,
- a:hover {
- outline-width: 0;
- }
}
@if _normalize-include(text) {