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

pull/14318/head
ztplz 6 years ago committed by 偏右
parent b5e8fbfff6
commit 46a7a048dc

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

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

Loading…
Cancel
Save