1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

Dark Mode: Implement 3-Dot Menu Hover (#14027)

This commit is contained in:
David Walsh 2022-03-21 08:34:54 -05:00 committed by GitHub
parent cd6dc8157a
commit ccecc7d036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@
display: flex;
flex-direction: column;
align-items: center;
padding: 0 16px;
z-index: 1050;
}
@ -32,10 +31,15 @@
text-align: start;
align-items: center;
width: 100%;
padding: 14px 0;
padding: 14px 16px;
cursor: pointer;
color: inherit;
&:hover,
&:active {
background: var(--color-background-alternative);
}
&__icon {
margin-right: 8px;
grid-row: 1 / span 2;