Skip to content

Commit f8ab83e

Browse files
committed
fixed sidebar submenu active styling
1 parent 2b5ff82 commit f8ab83e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sass/sidebar/_sidebar-dark.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
color: $sidebar-dark-link-color;
3939
}
4040
}
41-
&.open > .active {
41+
&.open .active {
4242
background: rgba(255,255,255, .12);
4343
a,
4444
a i {
@@ -52,7 +52,7 @@
5252
&:hover { background: rgba(255,255,255, .12); }
5353
}
5454
@include media-breakpoint-up(md) {
55-
&.active a, > .active a { background: transparent; }
55+
&.active a, .active a { background: transparent; }
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)