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