mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Use focus-visible for some focus styles to fix a11y issues (#12968)
feat(a11y): fix-focus-styles
This commit is contained in:
committed by
GitHub
parent
65730e256e
commit
cfb8589bef
@@ -110,7 +110,7 @@ const useStyles = makeStyles()(theme => {
|
||||
backgroundColor: theme.palette.ui03
|
||||
},
|
||||
|
||||
'&:focus': {
|
||||
'&.focus-visible': {
|
||||
boxShadow: `inset 0 0 0 2px ${theme.palette.action01Hover}`
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user