Prevent network menu highlighting (#10643)

feature/default_network_editable
David Walsh 4 years ago committed by GitHub
parent 60514c12b0
commit b8900140ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/components/app/network-display/index.scss

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

Loading…
Cancel
Save