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:
parent
6f0ad78aa2
commit
75ca8077e3
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user