Commit 9ce5b098 authored by Annabel Gray's avatar Annabel Gray

Merge branch 'fix-last-commit-author-link-is-blue' into 'master'

Fixed last commit author link is blue regression

Closes #48251

See merge request gitlab-org/gitlab-ce!20234
parents ed4675c6 0f90249c
......@@ -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 {
......
---
title: Updated last commit link color
merge_request: 20234
author: Constance Okoghenun
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment