Skip to content

Commit 312691d

Browse files
OwenMelbztangjinzhou
authored andcommitted
Replace text-decoration-skip: ink to text-decoration-skip-ink: auto
1 parent 8692336 commit 312691d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/style/core/base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ a {
238238

239239
&:focus {
240240
text-decoration: underline;
241-
text-decoration-skip: ink;
241+
text-decoration-skip-ink: auto;
242242
}
243243

244244
&:hover {

site/theme/static/common.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ a {
1818
transition: color 0.3s ease;
1919
&:focus {
2020
text-decoration: underline;
21-
text-decoration-skip: ink;
21+
text-decoration-skip-ink: auto;
2222
}
2323
}
2424

0 commit comments

Comments
 (0)