We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751a80e commit 8cabc2dCopy full SHA for 8cabc2d
1 file changed
app/ui/styles/components/button.css
@@ -68,3 +68,7 @@
68
@apply cursor-not-allowed text-transparent focus:ring-transparent;
69
background: repeating-linear-gradient(45deg, yellow, yellow 10px, black 10px, black 20px);
70
}
71
+
72
+.active-clicked:active:not(.visually-disabled) {
73
+ @apply motion-safe:translate-y-px;
74
+}
0 commit comments