Skip to content

Commit

Permalink
fix(link): fix multiple active color 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 7ccfe69 commit 11c8a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
border-color: '700',
)) using($colors) {
:host(&:hover),
:host(&:focus) {
:host(&:focus-within) {
@include osds-link-on-link-container {
color: map_get($colors, color);
}
Expand Down

0 comments on commit 11c8a21

Please sign in to comment.