1
0
mirror of https://github.com/tabler/tabler.git synced 2026-01-09 22:20:09 +04:00

sidebar menu levels fixes

This commit is contained in:
chomik
2019-05-13 23:37:32 +02:00
parent be15188ed0
commit 6f930dee7e
3 changed files with 8 additions and 6 deletions

View File

@@ -18,7 +18,6 @@ Sidebar
&:hover {
color: $link-color;
background: rgba($link-color, .04);
outline: 1px solid red;
}
> .icon {
@@ -26,6 +25,10 @@ Sidebar
}
&[data-toggle="collapse"] {
&.active {
background: none;
}
&:after {
display: block;
font-family: $font-icons !important;