mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Update menu bar account hover background color (#8555)
The hover state background color of the "Account" in the popup home screen menu bar has been updated to match the hover state background color of the connected status indicator. Both hover state backgrounds now match.
This commit is contained in:
parent
0688426b7c
commit
abf2294bf3
@ -39,7 +39,7 @@
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background-color: #e8e6e8;
|
||||
background-color: $Grey-000;
|
||||
}
|
||||
|
||||
&:active {
|
||||
|
Loading…
Reference in New Issue
Block a user