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