From 8b7ce089c9886e8ec57b534b56ff98b03e8566ed Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 12 May 2016 11:24:09 -0700 Subject: [PATCH] Alternate fix to #18865: Change the .navbar-toggler color for light/dark navbars as we do with the .navbar-brand --- scss/_navbar.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 6c4e9efa51..ddb68080fa 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -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 { @@ -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 {