Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 245fa12

Browse files
committed
fix: RTL text-decoration-skip outdated spec (Issue #561)
1 parent 91a8982 commit 245fa12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tabler.RTL.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -10282,8 +10282,8 @@ body *:hover::-webkit-scrollbar-thumb {
1028210282
}
1028310283

1028410284
a {
10285-
-webkit-text-decoration-skip: ink;
10286-
text-decoration-skip: ink;
10285+
-webkit-text-decoration-skip-ink: auto;
10286+
text-decoration-skip-ink: auto;
1028710287
}
1028810288

1028910289
h1 a,

0 commit comments

Comments
 (0)