Skip to content

Commit a78df5a

Browse files
committed
Use regular cursor on disabled form controls
1 parent d548d70 commit a78df5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
@apply disabled:bg-layer-disabled ui-disabled:bg-layer-disabled;
315315
@apply disabled:text-layer-disabled ui-disabled:text-layer-disabled;
316316
@apply disabled:hover:bg-layer-disabled;
317-
@apply disabled:cursor-not-allowed ui-disabled:cursor-not-allowed disabled-within:cursor-not-allowed;
317+
@apply disabled:cursor-default ui-disabled:cursor-default disabled-within:cursor-default;
318318
@apply disabled-within:bg-layer-disabled disabled-within:text-layer-disabled;
319319
@apply disabled-within:hover:bg-layer-disabled disabled-within:hover:text-layer-disabled;
320320
@apply hover:bg-layer-hover ui-active:bg-layer-hover;

0 commit comments

Comments
 (0)