combine animation settings into one toggle
All checks were successful
/ build (push) Successful in 26s

This commit is contained in:
Ruben 2025-04-09 22:33:20 -05:00
commit 3442ce1de6
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
6 changed files with 14 additions and 43 deletions

View file

@ -55,15 +55,9 @@
}
/* disable window animations */
:root:has(#disable-window-animations:checked) {
:root:has(#disable-animations:checked) {
.window {
animation: unset !important;
}
}
/* disable focus animations */
:root:has(#disable-focus-animations:checked) {
.window {
transition: unset !important;
}
.window:hover {