1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02: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:
Michael Klem 2022-01-05 05:37:41 -08:00 committed by GitHub
parent c95da7dbb6
commit b6b575620f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,14 @@
color: $white;
padding: 3.5px 24px;
width: 59px;
&:hover {
background-color: rgba($dusty-gray, 0.05);
}
&:active {
background-color: rgba($dusty-gray, 0.1);
}
}
&__item-icon {