diff --git a/sass/_nav.scss b/sass/_nav.scss index fc7cc49..df5ae9f 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -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 { diff --git a/style.css b/style.css index 37bbee9..6be10ca 100644 --- a/style.css +++ b/style.css @@ -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; } diff --git a/style.scss b/style.scss index 64ff478..3ced2ab 100644 --- a/style.scss +++ b/style.scss @@ -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"; \ No newline at end of file +@import "sass/_page-builder.scss"; \ No newline at end of file