diff options
author | Marcel van Remmerden <mvanremmerden@gitlab.com> | 2019-07-16 09:06:20 +0000 |
---|---|---|
committer | Paul Slaughter <pslaughter@gitlab.com> | 2019-07-16 09:06:20 +0000 |
commit | 4e013e9d1fbc9d9584f773ed9adaafdf382f6d45 (patch) | |
tree | 23025ffb8c511798ebc4abbb95c9d3e338a4b13c | |
parent | 7b98d0bc54f0fb044511809ccbc9e80b347e1699 (diff) | |
download | gitlab-ce-4e013e9d1fbc9d9584f773ed9adaafdf382f6d45.tar.gz |
Change color for project namespace to light gray
-rw-r--r-- | app/assets/stylesheets/pages/commits.scss | 2 | ||||
-rw-r--r-- | changelogs/unreleased/61342-commit-search-result-doesn-t-pass-wcag-color-audit.yml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss index ffc6e433988..3d11aa58871 100644 --- a/app/assets/stylesheets/pages/commits.scss +++ b/app/assets/stylesheets/pages/commits.scss @@ -167,7 +167,7 @@ min-width: 0; .project-namespace { - color: $gl-text-color-secondary; + color: $gl-text-color-tertiary; } } diff --git a/changelogs/unreleased/61342-commit-search-result-doesn-t-pass-wcag-color-audit.yml b/changelogs/unreleased/61342-commit-search-result-doesn-t-pass-wcag-color-audit.yml new file mode 100644 index 00000000000..f4ed4551aab --- /dev/null +++ b/changelogs/unreleased/61342-commit-search-result-doesn-t-pass-wcag-color-audit.yml @@ -0,0 +1,5 @@ +--- +title: Change color for namespace in commit search +merge_request: 30312 +author: +type: other |