Skip to content

Commit

Permalink
fix focus styles in category widget
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilan committed Feb 13, 2024
1 parent d696ff9 commit f73ca81
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export const CategoryItemGroup = styled(Grid, {

'&:hover .progressbar div': {
backgroundColor: theme.palette.secondary.dark
},
'&:focus-visible': {
outline: `none !important`,
boxShadow: `inset 0 0 0 2px ${theme.palette.primary.main} !important`
}
}),
...(name === REST_CATEGORY && {
Expand Down

0 comments on commit f73ca81

Please sign in to comment.