diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-20 18:10:16 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-20 18:10:16 +0000 |
commit | 694555850c08df0e98209b49b9c26d4c0428ad31 (patch) | |
tree | 1e69bb796398f055a8b2e1823a78d4a4ae879930 /app/assets/stylesheets/framework/selects.scss | |
parent | 520f3178665de5e7d313d332989cd445da83817b (diff) | |
download | gitlab-ce-694555850c08df0e98209b49b9c26d4c0428ad31.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework/selects.scss')
-rw-r--r-- | app/assets/stylesheets/framework/selects.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss index e81ecfb43d5..86a5aa1a16e 100644 --- a/app/assets/stylesheets/framework/selects.scss +++ b/app/assets/stylesheets/framework/selects.scss @@ -300,7 +300,7 @@ } .group-path { - color: $gl-gray-400; + color: $gray-300; } } @@ -310,7 +310,7 @@ } .project-path { - color: $gl-gray-400; + color: $gray-300; } } @@ -332,7 +332,7 @@ .namespace-result { .namespace-kind { - color: $gl-gray-350; + color: $gray-300; font-weight: $gl-font-weight-normal; } |