feat(system): add aria attribute to menu
This commit is contained in:
parent
9b0c3bba3c
commit
2dcdfad028
|
@ -50,7 +50,7 @@ const ItemBase = styled('div', {
|
||||||
userSelect: 'none',
|
userSelect: 'none',
|
||||||
whiteSpace: 'nowrap',
|
whiteSpace: 'nowrap',
|
||||||
|
|
||||||
'&:focus, &[aria-expanded="true"]': {
|
'&:focus, &[aria-selected="true"], &[aria-expanded="true"]': {
|
||||||
backgroundColor: '#EEF2F5',
|
backgroundColor: '#EEF2F5',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue