We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9ff1a commit 88e810aCopy full SHA for 88e810a
assets/css/tailwind.css
@@ -313,7 +313,8 @@
313
@apply bg-layer;
314
@apply disabled:bg-layer-disabled ui-disabled:bg-layer-disabled;
315
@apply disabled:text-layer-disabled ui-disabled:text-layer-disabled;
316
- @apply disabled:cursor-default ui-disabled:cursor-default;
+ @apply disabled:hover:bg-layer-disabled;
317
+ @apply disabled:cursor-not-allowed ui-disabled:cursor-not-allowed disabled-within:cursor-not-allowed;
318
@apply disabled-within:bg-layer-disabled disabled-within:text-layer-disabled;
319
@apply disabled-within:hover:bg-layer-disabled disabled-within:hover:text-layer-disabled;
320
@apply hover:bg-layer-hover ui-active:bg-layer-hover;
0 commit comments