We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5282a17 commit 82294f2Copy full SHA for 82294f2
src/styles/globals.css
@@ -89,7 +89,7 @@ main {
89
}
90
91
@utility clickable {
92
- @apply smooth-tab main-border rounded-md shadow-xs transition enabled:hover:scale-[1.03] enabled:hover:shadow-md enabled:active:scale-[0.97];
+ @apply smooth-tab main-border rounded-md shadow-xs transition hover:scale-[1.03] hover:shadow-md active:scale-[0.97];
93
94
&:focus-visible {
95
@apply scale-[1.03] shadow-md;
0 commit comments