1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

refactor: improve strategy card focus styles (#787)

This commit is contained in:
olav 2022-03-15 10:03:05 +01:00 committed by GitHub
parent 6f0ad78aa2
commit 75ca8077e3

View File

@ -12,7 +12,7 @@ export const useStyles = makeStyles(theme => ({
borderStyle: 'solid', borderStyle: 'solid',
borderColor: theme.palette.grey[400], borderColor: theme.palette.grey[400],
borderRadius: theme.spacing(1), borderRadius: theme.spacing(1),
'&:hover': { '&:hover, &:focus': {
borderColor: theme.palette.primary.main, borderColor: theme.palette.primary.main,
}, },
}, },