combine animation settings into one toggle
All checks were successful
/ build (push) Successful in 26s
All checks were successful
/ build (push) Successful in 26s
This commit is contained in:
parent
b9cf01de6f
commit
3442ce1de6
6 changed files with 14 additions and 43 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue