Browse Source

style(gui-v2): add disabled for right toolbar menu item

pull/3209/head
Wing-Kam Wong 2 years ago
parent
commit
298308d119
  1. 8
      packages/nc-gui-v2/assets/style-v2.scss

8
packages/nc-gui-v2/assets/style-v2.scss

@ -69,9 +69,17 @@ html {
@apply ring shadow-2xl transform scale-110;
}
&.disabled-ring:hover::after {
@apply ring-0;
}
svg {
@apply z-1 text-xl p-1 text-gray-500;
}
.disabled {
@apply cursor-not-allowed border-none;
}
}
// show a dot badge if some change present

Loading…
Cancel
Save