Merge branch '62938-wcag-aa-edited-text-color' into 'master'

Use darker gray color for system note metadata and edited text

Closes #62938

See merge request gitlab-org/gitlab-ce!30054
This commit is contained in:
Phil Hughes 2019-06-26 15:58:50 +00:00
commit 04fc90d3b1
3 changed files with 9 additions and 4 deletions

View File

@ -594,18 +594,18 @@
padding: 16px 0;
small {
color: $gray-darkest;
color: $gray-700;
}
}
.edited-text {
color: $gray-darkest;
color: $gray-700;
display: block;
margin: 16px 0 0;
font-size: 85%;
.author-link {
color: $gray-darkest;
color: $gray-700;
}
}

View File

@ -628,7 +628,7 @@ $note-form-margin-left: 72px;
.note-headline-meta {
.system-note-separator {
color: $gl-text-color-disabled;
color: $gray-700;
}
.note-timestamp {

View File

@ -0,0 +1,5 @@
---
title: Use darker gray color for system note metadata and edited text
merge_request: 30054
author:
type: other