0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Alternate fix to #18865: Change the .navbar-toggler color for light/dark navbars as we do with the .navbar-brand

This commit is contained in:
Mark Otto 2016-05-12 11:24:09 -07:00
parent 2a36b4b320
commit 8b7ce089c9

View File

@ -165,7 +165,8 @@
// Dark links against a light background // Dark links against a light background
.navbar-light { .navbar-light {
.navbar-brand { .navbar-brand,
.navbar-toggler {
color: $navbar-light-active-color; color: $navbar-light-active-color;
@include hover-focus { @include hover-focus {
@ -199,7 +200,8 @@
// White links against a dark background // White links against a dark background
.navbar-dark { .navbar-dark {
.navbar-brand { .navbar-brand,
.navbar-toggler {
color: $navbar-dark-active-color; color: $navbar-dark-active-color;
@include hover-focus { @include hover-focus {