We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3daabdc commit 962065aCopy full SHA for 962065a
src/client/theme-default/components/VPSwitch.vue
@@ -18,7 +18,6 @@
18
flex-shrink: 0;
19
border: 1px solid var(--vp-c-divider);
20
background-color: var(--vp-c-bg-mute);
21
- transition: border-color 0.25s, background-color 0.25s;
22
}
23
24
.VPSwitch:hover {
@@ -34,7 +33,7 @@
34
33
border-radius: 50%;
35
background-color: var(--vp-c-white);
36
box-shadow: var(--vp-shadow-1);
37
- transition: background-color 0.25s, transform 0.25s;
+ transition: transform 0.25s;
38
39
40
.dark .check {
0 commit comments