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:
parent
33b85cf2e4
commit
1403b8286d
@ -1,6 +1,6 @@
|
||||
.network-component--disabled {
|
||||
// border-color: transparent !important;
|
||||
cursor: default;
|
||||
cursor: not-allowed;
|
||||
|
||||
.fa-caret-down {
|
||||
opacity: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user