Skip to content

Commit 82294f2

Browse files
committed
style(clickable): update hover and active states for clickable utility
1 parent 5282a17 commit 82294f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ main {
8989
}
9090

9191
@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];
92+
@apply smooth-tab main-border rounded-md shadow-xs transition hover:scale-[1.03] hover:shadow-md active:scale-[0.97];
9393

9494
&:focus-visible {
9595
@apply scale-[1.03] shadow-md;

0 commit comments

Comments
 (0)