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

Commit

Permalink
Merge pull request #562 from colorninja/master
Browse files Browse the repository at this point in the history
fix: RTL text-decoration-skip outdated spec (Issue #561)
  • Loading branch information
jonthomp committed Mar 7, 2021
2 parents 91a8982 + 245fa12 commit d07f056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tabler.RTL.css
Original file line number Diff line number Diff line change
Expand Up @@ -10282,8 +10282,8 @@ body *:hover::-webkit-scrollbar-thumb {
}

a {
-webkit-text-decoration-skip: ink;
text-decoration-skip: ink;
-webkit-text-decoration-skip-ink: auto;
text-decoration-skip-ink: auto;
}

h1 a,
Expand Down

0 comments on commit d07f056

Please sign in to comment.