1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 13:23:18 +02:00

fix(admin-plugin): remove slow css transition #186 #168

This commit is contained in:
Awilum
2019-09-07 22:22:34 +03:00
parent 63e3f12e60
commit f199c8205f

View File

@@ -57,10 +57,6 @@
.nav {
float: none;
display: block;
a {
transition: all 150ms ease-in;
}
}
.nav .nav-item .nav-link {
@@ -169,11 +165,6 @@
-webkit-overflow-scrolling: touch;
}
.sidebar .nav .collapse a > span,
.sidebar .sidebar-wrapper > .nav p {
transition: all 150ms linear;
}
.sidebar-off-canvas {
background: rgba(0,0,0,.6);
position: fixed;