1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Show disabled cursor in .network-disabled state (#5829)

This commit is contained in:
Whymarrh Whitby 2018-11-26 13:11:16 -03:30 committed by GitHub
parent 33b85cf2e4
commit 1403b8286d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
.network-component--disabled {
// border-color: transparent !important;
cursor: default;
cursor: not-allowed;
.fa-caret-down {
opacity: 0;