Skip to content

Commit

Permalink
fixup! style: start using :focus-visible, Safari support has caught up
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Sep 18, 2024
1 parent 18505d7 commit c878ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/checkbox/src/_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ $utrecht-support-prince-xml: false !default;
@include utrecht-checkbox--disabled;
}

@include utrecht-focus-pseudo-classes-backwards-compatible;
@include utrecht-focus-pseudo-classes;
}
2 changes: 1 addition & 1 deletion components/checkbox/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
@include utrecht-checkbox--disabled;
}

@include utrecht-focus-pseudo-classes-backwards-compatible;
@include utrecht-focus-pseudo-classes;
}

0 comments on commit c878ffb

Please sign in to comment.