From 5028987171666a1b5b7d035e3468db480f26bc3d Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Aug 20 2018 05:06:30 +0000 Subject: remove the text-semimuted custom utility class --- diff --git a/pagure/static/issue_ev.js b/pagure/static/issue_ev.js index 4d76862..0e483a2 100644 --- a/pagure/static/issue_ev.js +++ b/pagure/static/issue_ev.js @@ -139,7 +139,7 @@ add_comment = function(data, username) { +'
' + '' +'
' - +'' + +'' + data.comment_added +'' +'
' @@ -153,8 +153,8 @@ add_comment = function(data, username) { + '
' + ' ' + ' '+data.comment_user+'' - + ' '+data.comment_user+'' + + ' ' + ' commented seconds ago' + ' ' diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 1a8e5f1..566a52d 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -317,14 +317,6 @@ th[data-sort] { height: inherit; } -.text-semimuted{ - color:#555!important; -} - -.text-ccc{ - color: #ccc!important; -} - .font-size-09{ font-size:0.9em; } diff --git a/pagure/static/request_ev.js b/pagure/static/request_ev.js index fc2631d..12562e8 100644 --- a/pagure/static/request_ev.js +++ b/pagure/static/request_ev.js @@ -22,7 +22,7 @@ add_comment = function(data, username) { +'
' + '' +'
' - +'' + +'' + data.comment_added +'' +'
' @@ -40,8 +40,8 @@ add_comment = function(data, username) { + '
' + ' ' + ' '+data.comment_user+'' - + ' '+data.comment_user+'' + + ' ' + ' commented seconds ago' + ' ' diff --git a/pagure/templates/_formhelper.html b/pagure/templates/_formhelper.html index ef46728..1efad34 100644 --- a/pagure/templates/_formhelper.html +++ b/pagure/templates/_formhelper.html @@ -114,10 +114,10 @@ {{ comment.user.default_email | avatar(16) | safe }} + class="notblue font-weight-bold"> {{ comment.user.user }} - {% if comment.edited_on %}
- Edited {{ comment.edited_on | humanize }} by {{ comment.editor.username }} + Edited {{ comment.edited_on | humanize }} by {{ comment.editor.username }}
{% endif %} @@ -231,10 +231,10 @@ {{ pull_request.user.default_email | avatar(24) | safe }}
+ class="notblue font-weight-bold"> {{ pull_request.user.user }} - {{ filepath | unicode }} {% elif not pull_request %} - {{ comment.user.default_email | avatar(16) | safe }}
- {{ comment.comment | markdown | noJS | safe }} + {{ comment.comment | markdown | noJS | safe }}
{{ comment.date_created | humanize }} @@ -296,7 +296,7 @@ namespace=repo.namespace, repo=repo.name, issueid=issueid)
-
Metadata
+
Metadata
{% if g.authenticated and (g.repo_user or g.fas_user.username == issue.user.user) and not repo.settings.get('issue_tracker_read_only', False) %}
@@ -314,7 +314,7 @@ namespace=repo.namespace, repo=repo.name, issueid=issueid) {% endif%}