Replace text-decoration-skip: ink to text-decoration-skip-ink: auto

pull/475/head
Owen Melbourne 2019-02-12 11:55:40 +00:00 committed by tangjinzhou
parent 8692336547
commit 312691dd1f
2 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ a {
&:focus {
text-decoration: underline;
text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}
&:hover {

View File

@ -18,7 +18,7 @@ a {
transition: color 0.3s ease;
&:focus {
text-decoration: underline;
text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}
}