From: Mark Otto Date: Thu, 12 May 2016 18:24:09 +0000 (-0700) Subject: Alternate fix to #18865: Change the .navbar-toggler color for light/dark navbars... X-Git-Tag: v4.0.0-alpha.5~4^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b7ce089c9886e8ec57b534b56ff98b03e8566ed;p=thirdparty%2Fbootstrap.git Alternate fix to #18865: Change the .navbar-toggler color for light/dark navbars as we do with the .navbar-brand --- 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 {