From 3a3da556439a9ca1ed95102c7248183c84e2faca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Wed, 13 Mar 2024 00:17:33 +0100 Subject: [PATCH] Fixed: the active star icon would incorrectly appear in the Notifications tab in some cases --- TangerineUI-cherry.css | 4 ++-- TangerineUI-purple.css | 4 ++-- TangerineUI.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index ac76c74..1866163 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -875,7 +875,7 @@ body.app-body { background-image: var(--icon-star-accent); } .app-body button.icon-button.active .icon-star, -.app-body .notification .icon-star { +.app-body .notification__message .icon-star { background-image: var(--icon-star-active); } .app-body .detailed-status__link .icon-star { @@ -896,7 +896,7 @@ body.app-body { .app-body .status__prepend-icon.icon-retweet { background-image: var(--icon-boost-accent-active); } -.app-body .notification .icon-retweet { +.app-body .notification__message .icon-retweet { background-image: var(--icon-boost-active); } .app-body .detailed-status__link .icon-retweet { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 90a8770..45884e7 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -875,7 +875,7 @@ body.app-body { background-image: var(--icon-star-accent); } .app-body button.icon-button.active .icon-star, -.app-body .notification .icon-star { +.app-body .notification__message .icon-star { background-image: var(--icon-star-active); } .app-body .detailed-status__link .icon-star { @@ -896,7 +896,7 @@ body.app-body { .app-body .status__prepend-icon.icon-retweet { background-image: var(--icon-boost-accent-active); } -.app-body .notification .icon-retweet { +.app-body .notification__message .icon-retweet { background-image: var(--icon-boost-active); } .app-body .detailed-status__link .icon-retweet { diff --git a/TangerineUI.css b/TangerineUI.css index 737f0cc..2bfa063 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -875,7 +875,7 @@ body.app-body { background-image: var(--icon-star-accent); } .app-body button.icon-button.active .icon-star, -.app-body .notification .icon-star { +.app-body .notification__message .icon-star { background-image: var(--icon-star-active); } .app-body .detailed-status__link .icon-star { @@ -896,7 +896,7 @@ body.app-body { .app-body .status__prepend-icon.icon-retweet { background-image: var(--icon-boost-accent-active); } -.app-body .notification .icon-retweet { +.app-body .notification__message .icon-retweet { background-image: var(--icon-boost-active); } .app-body .detailed-status__link .icon-retweet {