提交 599272d0 编写于 作者: G George Tsiolis 提交者: Phil Hughes

Update header navigation theme colors

上级 8ff205b5
......@@ -22,6 +22,10 @@
.container-fluid {
.navbar-toggler {
border-left: 1px solid lighten($border-and-box-shadow, 10%);
svg {
fill: $search-and-nav-links;
}
}
}
......@@ -309,12 +313,14 @@ body {
.navbar-nav {
> li {
> a:hover,
> a:focus {
> a:focus,
> button:hover {
color: $theme-gray-900;
}
&.active > a,
&.active > a:hover {
&.active > a:hover,
&.active > button {
color: $white-light;
}
}
......
......@@ -33,6 +33,7 @@
.close-icon {
display: block;
margin: auto;
}
}
......@@ -168,12 +169,6 @@
color: currentColor;
background-color: transparent;
}
.more-icon,
.close-icon {
fill: $white-light;
margin: auto;
}
}
.navbar-nav {
......
---
title: Update header navigation theme colors
merge_request: 23734
author: George Tsiolis
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册