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

feature/default_network_editable
Whymarrh Whitby 6 years ago committed by GitHub
parent 33b85cf2e4
commit 1403b8286d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/css/itcss/components/network.scss

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

Loading…
Cancel
Save