Commit 7c0cfc8b authored by Marcel van Remmerden's avatar Marcel van Remmerden Committed by Annabel Dunstone Gray

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

parent b01495a1
......@@ -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