mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix missing scss variable
This commit is contained in:
parent
24ca3c5aa3
commit
85385233e5
@ -108,11 +108,11 @@
|
|||||||
width: 59px;
|
width: 59px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba($dusty-gray, 0.05);
|
background-color: rgba(#9b9b9b, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: rgba($dusty-gray, 0.1);
|
background-color: rgba(#9b9b9b, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user