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

Prevent network menu highlighting (#10643)

This commit is contained in:
David Walsh 2021-03-15 17:34:15 -05:00 committed by GitHub
parent 60514c12b0
commit b8900140ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
border-radius: 4px;
min-height: 25px;
cursor: pointer;
user-select: none;
&--disabled {
cursor: not-allowed;