From 43f7f9f0707316ca047eb8ad98b9b99d94468330 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 9 Mar 2024 20:06:25 +0200 Subject: [PATCH] linked_timestamp --- files/assets/css/main.css | 2 +- files/templates/util/macros.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 435151b27..6df2a2efb 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -329,7 +329,7 @@ a { text-decoration: none; background-color: transparent; } -a:hover, a:hover span { +a:hover, a:hover .linked_timestamp { color: var(--primary); text-decoration: underline; } diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 11d4cbb4d..d575245c6 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -126,7 +126,7 @@ {% if p.edited_utc %} {% if v and (v.id == p.author_id or v.admin_level >= PERMS['VIEW_VERSIONS']) %} - Edited {{p.edited_string}} + Edited {{p.edited_string}} {% else %} Edited {{p.edited_string}} {% endif %}