mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +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
15 lines
300 B
SCSS
15 lines
300 B
SCSS
/*
|
|
Z-Indicies
|
|
*/
|
|
$dropdown-z-index: 30;
|
|
$token-icon-z-index: 15;
|
|
$container-z-index: 15;
|
|
$header-z-index: 12;
|
|
$mobile-header-z-index: 26;
|
|
$main-container-z-index: 18;
|
|
$send-card-z-index: 20;
|
|
$sidebar-z-index: 26;
|
|
$sidebar-overlay-z-index: 25;
|
|
$modal-z-index: 1050;
|
|
$popover-in-modal-z-index: 1051;
|