Skip to content

Commit

Permalink
Refactor #23
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 26, 2023
1 parent 055eb10 commit 1984c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme-base/components/data/_filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
color: $highlightTextColor;
}

&:focus {
&:focus-visible {
@include focused();
}

Expand All @@ -53,7 +53,7 @@
background: $actionIconHoverBg;
}

&:focus {
&:focus-visible {
@include focused();
}
}
Expand Down Expand Up @@ -88,7 +88,7 @@
background: $inputListItemHoverBg;
}

&:focus {
&:focus-visible {
@include focused-listitem();
}
}
Expand Down

0 comments on commit 1984c9f

Please sign in to comment.