fixed `This project` badge background & text color

This commit is contained in:
Phil Hughes 2017-06-23 13:44:45 +01:00
parent c516ed4ed2
commit 5a93b6f2f3
1 changed files with 10 additions and 2 deletions

View File

@ -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);