Skip to content

Commit

Permalink
fix(link): multiple active states on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Feb 21, 2024
1 parent 4fff9d1 commit 7ccfe69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

:not([disabled]) {
:host(&:hover),
:host(&:focus) {
:host(&:focus-within) {
@include osds-link-on-text-content {
transition: background-size .2s ease-out;
background-size: 100% var(--ods-size-02);
Expand Down

0 comments on commit 7ccfe69

Please sign in to comment.