Replace text-decoration-skip: ink to text-decoration-skip-ink: auto
parent
8692336547
commit
312691dd1f
|
@ -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…
Reference in New Issue