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
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
parent38f8b3fc29ff97cd3dd78d79a8f7f92f2fb9817e (diff)
Remove opinionated outline rule on "a" element.
-rw-r--r--fork-versions/default/_normalize.scss10
-rw-r--r--fork-versions/typey-chroma-kss/base/links/_links.scss7
-rw-r--r--fork-versions/typey/_normalize.scss10
-rw-r--r--sass/normalize/_normalize-mixin.scss10
-rw-r--r--test/fixtures/fork-versions/default/output.css8
-rw-r--r--test/fixtures/fork-versions/typey-chroma-kss/output.css4
-rw-r--r--test/fixtures/fork-versions/typey/output.css8
-rw-r--r--test/fixtures/import-now/output.css8
-rw-r--r--test/fixtures/normalize/exclude-multiple/output.css8
-rw-r--r--test/fixtures/normalize/exclude-single/output.css8
-rw-r--r--test/fixtures/normalize/exclude-string/output.css8
-rw-r--r--test/fixtures/normalize/include-single/output.css8
-rw-r--r--test/fixtures/variables/default/output.css8
-rw-r--r--test/fixtures/variables/font/output.css8
-rw-r--r--test/fixtures/variables/indent-amount-and-vertical-rhythm/output.css8
-rw-r--r--test/fixtures/variables/indent-amount/output.css8
16 files changed, 0 insertions, 129 deletions
diff --git a/fork-versions/default/_normalize.scss b/fork-versions/default/_normalize.scss
index 98896d6..201d6e7 100644
--- a/fork-versions/default/_normalize.scss
+++ b/fork-versions/default/_normalize.scss
@@ -241,16 +241,6 @@ a {
-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;
-}
-
/* Text-level semantics
========================================================================== */
diff --git a/fork-versions/typey-chroma-kss/base/links/_links.scss b/fork-versions/typey-chroma-kss/base/links/_links.scss
index b77730f..074060b 100644
--- a/fork-versions/typey-chroma-kss/base/links/_links.scss
+++ b/fork-versions/typey-chroma-kss/base/links/_links.scss
@@ -44,13 +44,6 @@ a:active {
}
}
-// Remove the outline on focused links when they are also active or hovered
-// in all browsers (opinionated).
-a:active,
-a:hover {
- outline-width: 0;
-}
-
@media print {
// Underline all links.
:link,
diff --git a/fork-versions/typey/_normalize.scss b/fork-versions/typey/_normalize.scss
index 7d3f02c..2a5983e 100644
--- a/fork-versions/typey/_normalize.scss
+++ b/fork-versions/typey/_normalize.scss
@@ -194,16 +194,6 @@ a {
-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;
-}
-
/* Text-level semantics
========================================================================== */
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) {
diff --git a/test/fixtures/fork-versions/default/output.css b/test/fixtures/fork-versions/default/output.css
index e2ca5e7..b8c1e1f 100644
--- a/test/fixtures/fork-versions/default/output.css
+++ b/test/fixtures/fork-versions/default/output.css
@@ -98,14 +98,6 @@ a {
-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; }
-
/* Text-level semantics
========================================================================== */
/**
diff --git a/test/fixtures/fork-versions/typey-chroma-kss/output.css b/test/fixtures/fork-versions/typey-chroma-kss/output.css
index 0d23aab..62ac08f 100644
--- a/test/fixtures/fork-versions/typey-chroma-kss/output.css
+++ b/test/fixtures/fork-versions/typey-chroma-kss/output.css
@@ -127,10 +127,6 @@ a:active {
a:active:not(.button) {
background-color: transparent; }
-a:active,
-a:hover {
- outline-width: 0; }
-
@media print {
:link,
:visited {
diff --git a/test/fixtures/fork-versions/typey/output.css b/test/fixtures/fork-versions/typey/output.css
index 8cc6acf..52109a1 100644
--- a/test/fixtures/fork-versions/typey/output.css
+++ b/test/fixtures/fork-versions/typey/output.css
@@ -167,14 +167,6 @@ a {
-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; }
-
/* Text-level semantics
========================================================================== */
/**
diff --git a/test/fixtures/import-now/output.css b/test/fixtures/import-now/output.css
index ba81625..5ead397 100644
--- a/test/fixtures/import-now/output.css
+++ b/test/fixtures/import-now/output.css
@@ -96,14 +96,6 @@ a {
-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; }
-
/* Text-level semantics
========================================================================== */
/**
diff --git a/test/fixtures/normalize/exclude-multiple/output.css b/test/fixtures/normalize/exclude-multiple/output.css
index 9ac09ce..d7e06c6 100644
--- a/test/fixtures/normalize/exclude-multiple/output.css
+++ b/test/fixtures/normalize/exclude-multiple/output.css
@@ -53,14 +53,6 @@ a {
-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; }
-
/* Text-level semantics
========================================================================== */
/**
diff --git a/test/fixtures/normalize/exclude-single/output.css b/test/fixtures/normalize/exclude-single/output.css
index febdf69..a7f0a47 100644
--- a/test/fixtures/normalize/exclude-single/output.css
+++ b/test/fixtures/normalize/exclude-single/output.css
@@ -96,14 +96,6 @@ a {
-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; }
-
/* Text-level semantics
========================================================================== */
/**
diff --git a/test/fixtures/normalize/exclude-string/output.css b/test/fixtures/normalize/exclude-string/output.css
index db6ca3f..4f11621 100644
--- a/test/fixtures/normalize/exclude-string/output.css
+++ b/test/fixtures/normalize/exclude-string/output.css
@@ -96,14 +96,6 @@ a {
-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; }
-
/* Text-level semantics
========================================================================== */
/**
diff --git a/test/fixtures/normalize/include-single/output.css b/test/fixtures/normalize/include-single/output.css
index 71978f3..8402199 100644
--- a/test/fixtures/normalize/include-single/output.css
+++ b/test/fixtures/normalize/include-single/output.css
@@ -10,11 +10,3 @@ a {
/* 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; }
diff --git a/test/fixtures/variables/default/output.css b/test/fixtures/variables/default/output.css
index ba81625..5ead397 100644
--- a/test/fixtures/variables/default/output.css
+++ b/test/fixtures/variables/default/output.css
@@ -96,14 +96,6 @@ a {
-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; }
-
/* Text-level semantics
========================================================================== */
/**
diff --git a/test/fixtures/variables/font/output.css b/test/fixtures/variables/font/output.css
index 2171a34..4c98eb3 100644
--- a/test/fixtures/variables/font/output.css
+++ b/test/fixtures/variables/font/output.css
@@ -160,14 +160,6 @@ a {
-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; }
-
/* Text-level semantics
========================================================================== */
/**
diff --git a/test/fixtures/variables/indent-amount-and-vertical-rhythm/output.css b/test/fixtures/variables/indent-amount-and-vertical-rhythm/output.css
index 937c9d7..13e6992 100644
--- a/test/fixtures/variables/indent-amount-and-vertical-rhythm/output.css
+++ b/test/fixtures/variables/indent-amount-and-vertical-rhythm/output.css
@@ -158,14 +158,6 @@ a {
-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; }
-
/* Text-level semantics
========================================================================== */
/**
diff --git a/test/fixtures/variables/indent-amount/output.css b/test/fixtures/variables/indent-amount/output.css
index d9a95c1..9e961f7 100644
--- a/test/fixtures/variables/indent-amount/output.css
+++ b/test/fixtures/variables/indent-amount/output.css
@@ -96,14 +96,6 @@ a {
-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; }
-
/* Text-level semantics
========================================================================== */
/**