mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-29 18:05:52 +00:00
feat(system): add aria attribute to menu
This commit is contained in:
parent
c14b74002d
commit
37fe627d99
@ -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…
x
Reference in New Issue
Block a user