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.
feature/default_network_editable
Mark Stacey 5 years ago committed by GitHub
parent 0688426b7c
commit abf2294bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/components/app/selected-account/index.scss

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

Loading…
Cancel
Save