Commit 5a93b6f2 authored by Phil Hughes's avatar Phil Hughes

fixed `This project` badge background & text color

parent c516ed4e
......@@ -211,8 +211,11 @@ header.navbar-gitlab-new {
}
.location-badge {
color: $white-light;
background-color: $purple-900;
font-size: 12px;
color: rgba($white-light, .6);
background-color: $purple-800;
transition: color 0.15s;
will-change: color;
}
.search-input-wrap {
......@@ -222,6 +225,11 @@ header.navbar-gitlab-new {
}
&.search-active {
.location-badge {
color: $white-light;
background-color: $purple-800;
}
.search-input-wrap {
.search-icon {
color: rgba($white-light, .6);
......
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