Commit 599272d0 authored by George Tsiolis's avatar George Tsiolis Committed by Phil Hughes

Update header navigation theme colors

parent 8ff205b5
...@@ -22,6 +22,10 @@ ...@@ -22,6 +22,10 @@
.container-fluid { .container-fluid {
.navbar-toggler { .navbar-toggler {
border-left: 1px solid lighten($border-and-box-shadow, 10%); border-left: 1px solid lighten($border-and-box-shadow, 10%);
svg {
fill: $search-and-nav-links;
}
} }
} }
...@@ -309,12 +313,14 @@ body { ...@@ -309,12 +313,14 @@ body {
.navbar-nav { .navbar-nav {
> li { > li {
> a:hover, > a:hover,
> a:focus { > a:focus,
> button:hover {
color: $theme-gray-900; color: $theme-gray-900;
} }
&.active > a, &.active > a,
&.active > a:hover { &.active > a:hover,
&.active > button {
color: $white-light; color: $white-light;
} }
} }
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
.close-icon { .close-icon {
display: block; display: block;
margin: auto;
} }
} }
...@@ -168,12 +169,6 @@ ...@@ -168,12 +169,6 @@
color: currentColor; color: currentColor;
background-color: transparent; background-color: transparent;
} }
.more-icon,
.close-icon {
fill: $white-light;
margin: auto;
}
} }
.navbar-nav { .navbar-nav {
......
---
title: Update header navigation theme colors
merge_request: 23734
author: George Tsiolis
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment