Permalink
Browse files
Fixing Issue with 3rd level active state for dropdown menus
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+1
−1
sass/_nav.scss
-
+1
−1
style.css
-
+1
−1
style.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 { |
|
|
|
@@ -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; |
|
|
} |
|
|
|
@@ -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";
|