mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-30 06:24:25 +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;
|
padding: calc(var(--switcher-padding) * 2) 16px;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
transition: box-shadow 0.1s;
|
||||||
transition:
|
|
||||||
background 0.1s,
|
|
||||||
box-shadow 0.1s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle-container:active {
|
.toggle-container:active {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user