Skip to content
Snippets Groups Projects
Commit 04fc90d3 authored by Phil Hughes's avatar Phil Hughes
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
}
 
Loading
Loading
Loading
Loading
@@ -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 {
Loading
Loading
---
title: Use darker gray color for system note metadata and edited text
merge_request: 30054
author:
type: other
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment