Skip to content

Commit 8cabc2d

Browse files
Re-add missing active clicked button class (#3133)
Accidentally deleted in the light mode PR.
1 parent 751a80e commit 8cabc2d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/ui/styles/components/button.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,7 @@
6868
@apply cursor-not-allowed text-transparent focus:ring-transparent;
6969
background: repeating-linear-gradient(45deg, yellow, yellow 10px, black 10px, black 20px);
7070
}
71+
72+
.active-clicked:active:not(.visually-disabled) {
73+
@apply motion-safe:translate-y-px;
74+
}

0 commit comments

Comments
 (0)