fixed doubled offcanvas menu in boxed layout

This commit is contained in:
REJack
2019-07-08 14:16:19 +02:00
parent 29c9568b69
commit 0e9bc9bca4
5 changed files with 7 additions and 9 deletions

View File

@@ -11701,7 +11701,7 @@ body,
color: #C2C7D0;
}
.control-sidebar-dark, .control-sidebar-dark::before {
.control-sidebar-dark {
background: #343a40;
}
@@ -11759,7 +11759,7 @@ body,
color: #4b545c;
}
.control-sidebar-light, .control-sidebar-light::before {
.control-sidebar-light {
background: #ffffff;
border-left: 1px solid #adb5bd;
}