mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
9 lines
161 B
SCSS
9 lines
161 B
SCSS
.multichain-token-list-item {
|
|
&__container-cell {
|
|
&:hover,
|
|
&:focus-within {
|
|
background-color: var(--color-background-default-hover);
|
|
}
|
|
}
|
|
}
|