mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Remove easing transition on sidebar toggle
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user