From 4e013e9d1fbc9d9584f773ed9adaafdf382f6d45 Mon Sep 17 00:00:00 2001 From: Marcel van Remmerden Date: Tue, 16 Jul 2019 09:06:20 +0000 Subject: Change color for project namespace to light gray --- app/assets/stylesheets/pages/commits.scss | 2 +- .../61342-commit-search-result-doesn-t-pass-wcag-color-audit.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/61342-commit-search-result-doesn-t-pass-wcag-color-audit.yml 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 -- cgit v1.2.1