Replace text-decoration-skip: ink to text-decoration-skip-ink: auto
parent
8692336547
commit
312691dd1f
|
@ -238,7 +238,7 @@ a {
|
|||
|
||||
&:focus {
|
||||
text-decoration: underline;
|
||||
text-decoration-skip: ink;
|
||||
text-decoration-skip-ink: auto;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -18,7 +18,7 @@ a {
|
|||
transition: color 0.3s ease;
|
||||
&:focus {
|
||||
text-decoration: underline;
|
||||
text-decoration-skip: ink;
|
||||
text-decoration-skip-ink: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue