Skip to content

Commit

Permalink
Alternate fix to #18865: Change the .navbar-toggler color for light/d…
Browse files Browse the repository at this point in the history
…ark navbars as we do with the .navbar-brand
  • Loading branch information
mdo committed May 12, 2016
1 parent 2a36b4b commit 8b7ce08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scss/_navbar.scss
Expand Up @@ -165,7 +165,8 @@

// Dark links against a light background
.navbar-light {
.navbar-brand {
.navbar-brand,
.navbar-toggler {
color: $navbar-light-active-color;

@include hover-focus {
Expand Down Expand Up @@ -199,7 +200,8 @@

// White links against a dark background
.navbar-dark {
.navbar-brand {
.navbar-brand,
.navbar-toggler {
color: $navbar-dark-active-color;

@include hover-focus {
Expand Down

0 comments on commit 8b7ce08

Please sign in to comment.