Merge branch '41814-text-decoration-skip' into 'master'

Resolve "introduce skip-ink underlines to improve readability dyslexic users"

Closes #41814

See merge request gitlab-org/gitlab-ce!16569
This commit is contained in:
Phil Hughes 2018-01-22 08:41:06 +00:00
commit 8bea2a70ac
2 changed files with 12 additions and 1 deletions

View file

@ -1,10 +1,16 @@
html {
overflow-y: scroll;
&.touch .tooltip { display: none !important; }
&.touch .tooltip {
display: none !important;
}
}
body {
// 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;
}

View file

@ -0,0 +1,5 @@
---
title: Improve readability of underlined links for dyslexic users
merge_request:
author:
type: other