File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
npm-packages/@convex-dev/design-system/src/styles Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,12 @@ html.dark {
412412 @apply font-semibold;
413413 }
414414
415+ /* Restore the pre-Tailwind 4 cursor style */
416+ button : not (: disabled ),
417+ [role = "button" ]: not (: disabled ) {
418+ cursor : pointer;
419+ }
420+
415421 /* Position the toast close button on the top right corner so that it draws less attention */
416422 html [data-sonner-toaster ][dir = "ltr" ] {
417423 --toast-close-button-start : unset;
@@ -447,6 +453,7 @@ html.dark {
447453 dark:text-red-200;
448454 }
449455}
456+
450457/* Used for elements that need to fade in to a specific opacity
451458 this can't be defined in the tailwind config because you cannot interpolate
452459 variables in tailwind keyframes.
You can’t perform that action at this time.
0 commit comments