mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/SettingsToggle: remove bg transition
cuz it was making the light/dark theme transition very awkward
This commit is contained in:
parent
0d3044c5e6
commit
ef7fc8781b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user