File tree 2 files changed +2
-5
lines changed
src/client/theme-default/components
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ const { hasSidebar } = useSidebar()
20
20
.VPNavBarTitle {
21
21
flex-shrink : 0 ;
22
22
border-bottom : 1px solid transparent ;
23
- transition : background-color 0.5s ;
24
23
}
25
24
26
25
@media (min-width : 960px ) {
Original file line number Diff line number Diff line change @@ -61,15 +61,14 @@ watchPostEffect(async () => {
61
61
overflow-x : hidden ;
62
62
overflow-y : auto ;
63
63
transform : translateX (-100% );
64
- transition : background-color 0.5 s , opacity 0.5s , transform 0.25s ease ;
64
+ transition : opacity 0.5s , transform 0.25s ease ;
65
65
}
66
66
67
67
.VPSidebar.open {
68
68
opacity : 1 ;
69
69
visibility : visible ;
70
70
transform : translateX (0 );
71
- transition : background-color 0.5s ,
72
- opacity 0.25s ,
71
+ transition : opacity 0.25s ,
73
72
transform 0.5s cubic-bezier (0.19 , 1 , 0.22 , 1 );
74
73
}
75
74
@@ -90,7 +89,6 @@ watchPostEffect(async () => {
90
89
visibility : visible ;
91
90
box-shadow : none ;
92
91
transform : translateX (0 );
93
- transition : border-color 0.5s , background-color 0.5s ;
94
92
}
95
93
}
96
94
You can’t perform that action at this time.
0 commit comments