mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Remove easing transition on sidebar toggle
This commit is contained in:
parent
8726456168
commit
7b02c1fa72
@ -185,13 +185,3 @@ pre.unstyled {
|
|||||||
font-size: 0.9rem!important;
|
font-size: 0.9rem!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* change transition animation when sidebar is toggled */
|
|
||||||
#accordionSidebar.toggled {
|
|
||||||
-webkit-transition-timing-function: ease;
|
|
||||||
-o-transition-timing-function: ease;
|
|
||||||
transition-timing-function: ease;
|
|
||||||
-webkit-transition-duration: .2s;
|
|
||||||
-o-transition-duration: .2s;
|
|
||||||
transition-duration: .2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
@ -198,12 +198,3 @@ pre.unstyled {
|
|||||||
font-size: 0.9rem!important;
|
font-size: 0.9rem!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* change transition animation when sidebar is toggled */
|
|
||||||
#accordionSidebar.toggled {
|
|
||||||
-webkit-transition-timing-function: ease;
|
|
||||||
-o-transition-timing-function: ease;
|
|
||||||
transition-timing-function: ease;
|
|
||||||
-webkit-transition-duration: .2s;
|
|
||||||
-o-transition-duration: .2s;
|
|
||||||
transition-duration: .2s;
|
|
||||||
|
|
||||||
|
@ -368,12 +368,4 @@ pre {
|
|||||||
.toggle-on.btn {
|
.toggle-on.btn {
|
||||||
font-size: 0.9rem!important;
|
font-size: 0.9rem!important;
|
||||||
}
|
}
|
||||||
/* change transition animation when sidebar is toggled */
|
|
||||||
#accordionSidebar.toggled {
|
|
||||||
-webkit-transition-timing-function: ease;
|
|
||||||
-o-transition-timing-function: ease;
|
|
||||||
transition-timing-function: ease;
|
|
||||||
-webkit-transition-duration: .2s;
|
|
||||||
-o-transition-duration: .2s;
|
|
||||||
transition-duration: .2s;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user