feat(system): add aria attribute to menu

This commit is contained in:
Pavel Prichodko 2022-04-11 20:58:01 +02:00
parent c14b74002d
commit 37fe627d99
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const ItemBase = styled('div', {
userSelect: 'none',
whiteSpace: 'nowrap',
'&:focus, &[aria-expanded="true"]': {
'&:focus, &[aria-selected="true"], &[aria-expanded="true"]': {
backgroundColor: '#EEF2F5',
},