mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
8 lines
135 B
SCSS
8 lines
135 B
SCSS
|
.multichain-account-picker {
|
||
|
&:hover,
|
||
|
&:focus {
|
||
|
box-shadow: none;
|
||
|
background: var(--color-background-default-hover);
|
||
|
}
|
||
|
}
|