Skip to content

Commit

Permalink
Fix sort button focus
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-slobodian committed May 20, 2024
1 parent 800c2e0 commit 04fc9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sort-button/styles/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
color: var(--pv-color-black);
}
}
&:focus {
background-color: var(--pv-color-gray-3) !important;
&:focus-visible {
background-color: var(--pv-color-gray-4) !important;
}
}

0 comments on commit 04fc9e4

Please sign in to comment.