提交 8bea2a70 编写于 作者: P 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
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;
}
......
---
title: Improve readability of underlined links for dyslexic users
merge_request:
author:
type: other
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册