1
0
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:
Mark Stacey 2020-05-07 23:36:48 -03:00 committed by GitHub
parent 0688426b7c
commit abf2294bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@
cursor: pointer;
&:hover {
background-color: #e8e6e8;
background-color: $Grey-000;
}
&:active {