From 0f90249c05fc553df43cab5d29517ba382eef696 Mon Sep 17 00:00:00 2001 From: Constance Okoghenun Date: Mon, 2 Jul 2018 17:25:52 +0000 Subject: [PATCH] Fixed last commit author link is blue regression --- app/assets/stylesheets/pages/commits.scss | 14 +++++++++----- .../fix-last-commit-author-link-is-blue.yml | 5 +++++ 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 changelogs/unreleased/fix-last-commit-author-link-is-blue.yml diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss index 49226ae8eac..f75be4e01cd 100644 --- a/app/assets/stylesheets/pages/commits.scss +++ b/app/assets/stylesheets/pages/commits.scss @@ -261,12 +261,16 @@ vertical-align: baseline; } - a.autodevops-badge { - color: $white-light; - } + a { + color: $gl-text-color; - a.autodevops-link { - color: $gl-link-color; + &.autodevops-badge { + color: $white-light; + } + + &.autodevops-link { + color: $gl-link-color; + } } .commit-row-description { diff --git a/changelogs/unreleased/fix-last-commit-author-link-is-blue.yml b/changelogs/unreleased/fix-last-commit-author-link-is-blue.yml new file mode 100644 index 00000000000..aaceeaecfb1 --- /dev/null +++ b/changelogs/unreleased/fix-last-commit-author-link-is-blue.yml @@ -0,0 +1,5 @@ +--- +title: Updated last commit link color +merge_request: 20234 +author: Constance Okoghenun +type: fixed