Commit 8bea2a70 authored by Phil Hughes's avatar Phil Hughes

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
parents 63dbcd24 6cb90fe5
html { html {
overflow-y: scroll; overflow-y: scroll;
&.touch .tooltip { display: none !important; } &.touch .tooltip {
display: none !important;
}
} }
body { 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 { &.navless {
background-color: $white-light !important; background-color: $white-light !important;
} }
......
---
title: Improve readability of underlined links for dyslexic users
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment