mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
af09521a69
* updated background color for picker network * updated color for pressed state * fixed linting error * updated snapshots * removed borderstyle * update color * updated snapshot * added truncate to the text * updated snapshot
11 lines
202 B
SCSS
11 lines
202 B
SCSS
.mm-picker-network {
|
|
--picker-network-height: 32px;
|
|
|
|
max-width: fit-content;
|
|
height: var(--picker-network-height);
|
|
|
|
&:active {
|
|
background-color: var(--color-background-default-hover);
|
|
}
|
|
}
|