mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Lock button active state fix (#13100)
* Fix for Lock button active state. Github issue #13089 * Reverted unnecessary change * Updated CHANGELOG.md * Updated CHANGELOG.md * Reverted my edits to this file
This commit is contained in:
parent
c95da7dbb6
commit
b6b575620f
@ -105,6 +105,14 @@
|
|||||||
color: $white;
|
color: $white;
|
||||||
padding: 3.5px 24px;
|
padding: 3.5px 24px;
|
||||||
width: 59px;
|
width: 59px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: rgba($dusty-gray, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
background-color: rgba($dusty-gray, 0.1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__item-icon {
|
&__item-icon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user