From bb182674df09855cc29f710eac1fc93528be6eb3 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 20 Oct 2022 21:39:48 +0200 Subject: [PATCH] Deemphasized edited state refs https://github.com/TryGhost/Team/issues/2127 --- ghost/admin/app/components/posts/links-table.hbs | 2 +- ghost/admin/app/styles/layouts/content.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/components/posts/links-table.hbs b/ghost/admin/app/components/posts/links-table.hbs index 2c2a0328a0..465fe0e720 100644 --- a/ghost/admin/app/components/posts/links-table.hbs +++ b/ghost/admin/app/components/posts/links-table.hbs @@ -58,7 +58,7 @@ {{link.link.title}} -  – edited +  (edited) {{svg-jar "check-circle"}} {{/if}} diff --git a/ghost/admin/app/styles/layouts/content.css b/ghost/admin/app/styles/layouts/content.css index ddb4b0388f..27b25b0c31 100644 --- a/ghost/admin/app/styles/layouts/content.css +++ b/ghost/admin/app/styles/layouts/content.css @@ -1180,7 +1180,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho .gh-links-list-item-edited { display: none; white-space: nowrap; - color: var(--midgrey); + color: var(--midlightgrey); } .gh-links-list-item-edited-show {