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:
authorDimitrie Hoekstra <dimitrie@gitlab.com>2017-01-05 22:58:15 +0300
committerDimitrie Hoekstra <dimitrie@gitlab.com>2017-01-05 22:58:15 +0300
commitbd1e0c7e7bac7d32cd8e97f79abd1c9eb32a2e71 (patch)
tree09b56bc502da82afa8c1656fe44493338157f317 /app/assets/stylesheets/framework/nav.scss
parentc1daa7d177eef223cb54c4185343f0fb9a1c04e2 (diff)
parent4a1a06f4c6a9fe21504258ac3c1b007853bfd98b (diff)
Merge branch 'master' into '26207-add-hover-animations'
# Conflicts: # app/assets/stylesheets/framework/variables.scss
Diffstat (limited to 'app/assets/stylesheets/framework/nav.scss')
-rw-r--r--app/assets/stylesheets/framework/nav.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 257c67139f1..401c2d0f6ee 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -51,7 +51,7 @@
margin-bottom: -1px;
font-size: 14px;
line-height: 28px;
- color: $gl-gray-light;
+ color: $gl-text-color-secondary;
border-bottom: 2px solid transparent;
&:hover,
@@ -315,7 +315,7 @@
.fa-caret-down {
margin-left: 5px;
- color: $gl-gray-light;
+ color: $gl-text-color-secondary;
}
.dropdown {