Commit 3b80418b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch...

Merge branch '31961-align-text-color-for-edited-section-in-snippets-with-issues-and-merge-requests' into 'master'

Resolve "Align text color for "Edited" section in Snippets with Issues and Merge Requests"

Closes #31961

See merge request gitlab-org/gitlab!16721
parents b01495a1 7c0cfc8b
......@@ -39,10 +39,6 @@
min-height: $header-height;
}
.snippet-edited-ago {
color: $gray-darkest;
}
.snippet-actions {
@include media-breakpoint-up(sm) {
float: right;
......
......@@ -28,7 +28,7 @@
= @snippet.description
- if @snippet.updated_at != @snippet.created_at
= edited_time_ago_with_tooltip(@snippet, placement: 'bottom', html_class: 'snippet-edited-ago', exclude_author: true)
= edited_time_ago_with_tooltip(@snippet, placement: 'bottom', exclude_author: true)
- if @snippet.embeddable?
.embed-snippet
......
---
title: Align text color for edited with issue/mr
merge_request: 16721
author:
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