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:
parent
cd6dc8157a
commit
ccecc7d036
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user