From d6132c9a5d88f5cd8dd64242d4279568a076efe7 Mon Sep 17 00:00:00 2001 From: Valentine Abanosimov Date: Sun, 30 Oct 2016 21:37:47 +0300 Subject: [PATCH 1/3] Fixes #20975: made navbar-text color on navbar-dark equal to non-hovered link color --- scss/_navbar.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 7dc2a2b0d8..46e1d89eb6 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -226,6 +226,10 @@ .navbar-divider { background-color: rgba(0,0,0,.075); } + + .navbar-text { + color: $navbar-light-color; + } } // White links against a dark background @@ -266,6 +270,10 @@ .navbar-divider { background-color: rgba(255,255,255,.075); } + + .navbar-text { + color: $navbar-dark-color; + } } From 66d113be834c0414537b41ebe3b343c313126645 Mon Sep 17 00:00:00 2001 From: Valentine Abanosimov Date: Sun, 30 Oct 2016 21:51:16 +0300 Subject: [PATCH 2/3] Fixes #20975: removed trailing whitespace --- scss/_navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 46e1d89eb6..e020b677eb 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -270,7 +270,7 @@ .navbar-divider { background-color: rgba(255,255,255,.075); } - + .navbar-text { color: $navbar-dark-color; } From 34ec049231268cfc64a07c9d07f87d832aae4743 Mon Sep 17 00:00:00 2001 From: Valentine Abanosimov Date: Sun, 30 Oct 2016 21:57:04 +0300 Subject: [PATCH 3/3] Fixes #20975: removed trailing whitespace --- scss/_navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index e020b677eb..3ee8d41071 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -226,7 +226,7 @@ .navbar-divider { background-color: rgba(0,0,0,.075); } - + .navbar-text { color: $navbar-light-color; }