Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Peressini <cperessini@gitlab.com>2016-11-18 15:31:42 +0300
committerChris Peressini <cperessini@gitlab.com>2016-11-18 15:31:42 +0300
commit92d972c666ed02105c52e6e5310a29dd56767ecd (patch)
tree0c92634ff54cbb76b22d45728bbe291a345fd39c
parent265fa7f0bfcbb77e4a5c0189f85b8aea8d84080c (diff)
Change color of scope token in global search field
Now that $gray-normal is darker, the token that says "This project" in the global search field looked too dark. Reverted it to the original color.
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 15d7ffb72d4..fcff0ec061c 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -258,7 +258,7 @@ $search-input-border-color: rgba(#4688f1, .8);
$search-input-focus-shadow-color: $dropdown-input-focus-shadow;
$search-input-width: 220px;
$location-badge-color: #aaa;
-$location-badge-bg: $gray-normal;
+$location-badge-bg: $dark-background-color;
$location-badge-active-bg: #4f91f8;
$location-icon-color: #e7e9ed;
$location-icon-active-color: #807e7e;