make buttons extra snappy by disabling transitions on :active

This commit is contained in:
りき萌 2025-08-31 14:37:34 +02:00
parent 0577d72707
commit 9d17797688

View file

@ -445,6 +445,7 @@ button {
); );
box-shadow: 0 0 2px var(--border-1); box-shadow: 0 0 2px var(--border-1);
transform: translateY(0); transform: translateY(0);
transition: none;
} }
} }