Fix cursor for disabled apps

pull/1/head
yflory 3 years ago
parent 9e1831bbeb
commit 345a284608

@ -87,6 +87,7 @@
} }
&.cp-app-disabled { &.cp-app-disabled {
cursor: not-allowed !important; cursor: not-allowed !important;
.fa, .cptools { cursor: not-allowed !important; }
opacity: 0.5; opacity: 0.5;
} }
} }

@ -45,6 +45,7 @@
} }
&.cp-app-disabled { &.cp-app-disabled {
cursor: not-allowed !important; cursor: not-allowed !important;
.fa, .cptools { cursor: not-allowed !important; }
opacity: 0.5; opacity: 0.5;
} }
} }

Loading…
Cancel
Save