Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing Issue with 3rd level active state for dropdown menus
  • Loading branch information
bcd04001 committed Apr 20, 2018
1 parent cb3545f commit 205b8dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sass/_nav.scss
Expand Up @@ -67,7 +67,7 @@

}

.active a {
.active > a {
background-color: $nav-secondary-pills-active-link-hover-bg;
color: $nav-secondary-pills-active-link-hover-color;
&:hover {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -7702,7 +7702,7 @@ button.close {
background-color: #eee;
}

#nav-secondary .nav.nav-pills.nav-stacked .active a {
#nav-secondary .nav.nav-pills.nav-stacked .active > a {
background-color: #337ab7;
color: #fff;
}
Expand Down
2 changes: 1 addition & 1 deletion style.scss
Expand Up @@ -29,4 +29,4 @@ $icon-font-path: "../../global/bootstrap-3.3.4/fonts/bootstrap/" !default;
@import "sass/_cal.scss";
@import "sass/_in-page-menus.scss";
@import "sass/_footer.scss";
@import "sass/_page-builder.scss";
@import "sass/_page-builder.scss";

0 comments on commit 205b8dc

Please sign in to comment.