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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -63,7 +63,6 @@
|
||||
margin: 0;
|
||||
background: var(--bg-0);
|
||||
color: var(--fg-0);
|
||||
transition: background-color 0.2s, color 0.2s;
|
||||
}")
|
||||
|
||||
(defn collect-component-css
|
||||
|
||||
Reference in New Issue
Block a user