From 71e7b73ac5e9bd482d336049cc7dc8a90bfcec61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 27 Feb 2024 21:49:01 +0100 Subject: [PATCH] Fixed: boosted indicator had no hover state --- TangerineUI-cherry.css | 6 ++---- TangerineUI-purple.css | 6 ++---- TangerineUI.css | 6 ++---- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 8cf7139..5e104d9 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1275,7 +1275,8 @@ body.app-body { .status__display-name, a.account__display-name ):is(:active, :focus, :hover) - .display-name strong { + .display-name strong, +.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong { text-decoration-line: underline; text-decoration-color: currentColor; text-decoration-thickness: 2px; @@ -2639,9 +2640,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .status__prepend .muted .emojione { opacity: 1; } -.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) { - color: #D3487F; -} .app-body .status-card, .app-body .status-card.compact { background-color: var(--color-content-bg); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 6d6d6f4..03c09a8 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1275,7 +1275,8 @@ body.app-body { .status__display-name, a.account__display-name ):is(:active, :focus, :hover) - .display-name strong { + .display-name strong, +.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong { text-decoration-line: underline; text-decoration-color: currentColor; text-decoration-thickness: 2px; @@ -2639,9 +2640,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .status__prepend .muted .emojione { opacity: 1; } -.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) { - color: #D3487F; -} .app-body .status-card, .app-body .status-card.compact { background-color: var(--color-content-bg); diff --git a/TangerineUI.css b/TangerineUI.css index 722afe0..b630d1f 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1275,7 +1275,8 @@ body.app-body { .status__display-name, a.account__display-name ):is(:active, :focus, :hover) - .display-name strong { + .display-name strong, +.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong { text-decoration-line: underline; text-decoration-color: currentColor; text-decoration-thickness: 2px; @@ -2639,9 +2640,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .status__prepend .muted .emojione { opacity: 1; } -.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) { - color: #D3487F; -} .app-body .status-card, .app-body .status-card.compact { background-color: var(--color-content-bg);