diff --git a/app/ui/styles/components/button.css b/app/ui/styles/components/button.css index 552417249..851fb92d5 100644 --- a/app/ui/styles/components/button.css +++ b/app/ui/styles/components/button.css @@ -68,3 +68,7 @@ @apply cursor-not-allowed text-transparent focus:ring-transparent; background: repeating-linear-gradient(45deg, yellow, yellow 10px, black 10px, black 20px); } + +.active-clicked:active:not(.visually-disabled) { + @apply motion-safe:translate-y-px; +}