summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-18 13:54:17 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-18 13:54:17 -0700
commit6cb90fe5b631620608dc76942cd021925b0b5c12 (patch)
treec43c27eeddad1e81e56fbcec7c9f828c8a46b9a0
parente88cde4883eb5c33e6fb15e30ce03be565622da1 (diff)
downloadgitlab-ce-41814-text-decoration-skip.tar.gz
Disable scss-lint around text-decoration-skip41814-text-decoration-skip
-rw-r--r--app/assets/stylesheets/framework/layout.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 8d0651c2383..d107422e517 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -7,10 +7,10 @@ html {
}
body {
- // Improves readability for dyslexic users
- // Supported only in Chrome/Safari so far
+ // Improves readability for dyslexic users; supported only in Chrome/Safari so far
+ // scss-lint:disable PropertySpelling
text-decoration-skip: ink;
-
+ // scss-lint:enable PropertySpelling
&.navless {
background-color: $white-light !important;
}