mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
7 lines
125 B
SCSS
7 lines
125 B
SCSS
|
.select-action-modal-item {
|
||
|
&:hover,
|
||
|
&:focus-within {
|
||
|
background-color: var(--color-background-default-hover);
|
||
|
}
|
||
|
}
|