From 514b6d5e35ff69e096295cca89ce939a1f36c17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sat, 17 Feb 2024 21:16:35 +0100 Subject: [PATCH] Reduced opacity on trending stories meta --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index a635411..ec55d81 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4028,7 +4028,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu opacity: .7; transition: all .3s; } -.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) { +.app-body .story:hover :is(.story__details__publisher, .story__details__shared) { color: var(--color-accent); opacity: 1; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 79cb0e4..6db71ea 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4028,7 +4028,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu opacity: .7; transition: all .3s; } -.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) { +.app-body .story:hover :is(.story__details__publisher, .story__details__shared) { color: var(--color-accent); opacity: 1; } diff --git a/TangerineUI.css b/TangerineUI.css index 6329cba..2d8f9f5 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4028,7 +4028,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu opacity: .7; transition: all .3s; } -.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) { +.app-body .story:hover :is(.story__details__publisher, .story__details__shared) { color: var(--color-accent); opacity: 1; }