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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-13 00:49:12 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-13 21:47:11 +0300
commite4a000478f327885fd9dcbc7d47ba77045cef139 (patch)
treea05a7d6d5f6f32c210e4276791a6dc69653af0a1 /app/assets/stylesheets/pages/search.scss
parentc5d12e3706ee6bc41d6be897e923b6c20a267078 (diff)
Combining more grays
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r--app/assets/stylesheets/pages/search.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 63d0a34e610..b027ace6a1f 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -51,7 +51,7 @@
border-radius: $border-radius-default;
font-size: 14px;
font-style: normal;
- color: $location-badge-color;
+ color: $note-disabled-comment-color;
display: inline-block;
background-color: $location-badge-bg;
vertical-align: top;
@@ -140,7 +140,7 @@
.search-input-wrap {
i {
- color: $location-icon-active-color;
+ color: $layout-link-gray;
}
}
}