Commit 04fc90d3 authored by Phil Hughes's avatar Phil Hughes

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
parents 90959f60 d1eec379
......@@ -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;
}
}
......
......@@ -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 {
......
---
title: Use darker gray color for system note metadata and edited text
merge_request: 30054
author:
type: other
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