mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
70d86ee67c
* update account list menu to use ds popover and fix accessibility issue * close popover if user continues to tab to next items * remove disable logic not doing anything * add stylesheet * add refs to track last menuitem * cleaned up ref version for MenuItems * fix test * add click away option and fix test * fix e2e test * undo e2e test * add account e2e * fix click outside component * remove additional line break * remove commented out code * add isOpen to story * set width to 225px
7 lines
146 B
SCSS
7 lines
146 B
SCSS
.multichain-account-list-item-menu__popover {
|
|
z-index: $popover-in-modal-z-index;
|
|
overflow: hidden;
|
|
min-width: 225px;
|
|
max-width: 225px;
|
|
}
|