refactor: remove all CSS transition animations

Remove transition properties from body (background-color/color) and
button (background-color/box-shadow/opacity) styles.
This commit is contained in:
Florian Schroedl
2026-03-03 11:19:59 +01:00
parent 609613f4fb
commit d55e3d3a90
2 changed files with 0 additions and 2 deletions

View File

@@ -10,7 +10,6 @@
border: none;
border-radius: var(--radius-md);
cursor: pointer;
transition: background-color 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
font-family: inherit;
}