web/SettingsToggle: remove bg transition

cuz it was making the light/dark theme transition very awkward
This commit is contained in:
wukko 2025-03-05 20:09:52 +06:00
parent 0d3044c5e6
commit ef7fc8781b
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -83,10 +83,7 @@
padding: calc(var(--switcher-padding) * 2) 16px;
border-radius: var(--border-radius);
overflow: scroll;
transition:
background 0.1s,
box-shadow 0.1s;
transition: box-shadow 0.1s;
}
.toggle-container:active {