feat(system): add aria attribute to menu

This commit is contained in:
Pavel Prichodko 2022-04-11 20:58:01 +02:00
parent 9b0c3bba3c
commit 2dcdfad028
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 1 additions and 1 deletions

View File

@ -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',
}, },