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 d548d70 commit a78df5aCopy full SHA for a78df5a
assets/css/tailwind.css
@@ -314,7 +314,7 @@
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:hover:bg-layer-disabled;
317
- @apply disabled:cursor-not-allowed ui-disabled:cursor-not-allowed disabled-within:cursor-not-allowed;
+ @apply disabled:cursor-default ui-disabled:cursor-default disabled-within:cursor-default;
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