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 @@ ...@@ -594,18 +594,18 @@
padding: 16px 0; padding: 16px 0;
small { small {
color: $gray-darkest; color: $gray-700;
} }
} }
.edited-text { .edited-text {
color: $gray-darkest; color: $gray-700;
display: block; display: block;
margin: 16px 0 0; margin: 16px 0 0;
font-size: 85%; font-size: 85%;
.author-link { .author-link {
color: $gray-darkest; color: $gray-700;
} }
} }
......
...@@ -628,7 +628,7 @@ $note-form-margin-left: 72px; ...@@ -628,7 +628,7 @@ $note-form-margin-left: 72px;
.note-headline-meta { .note-headline-meta {
.system-note-separator { .system-note-separator {
color: $gl-text-color-disabled; color: $gray-700;
} }
.note-timestamp { .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