From 2be644767566139f7c16fe0d3a491d062e253c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Wed, 24 Jul 2024 16:24:04 +0200 Subject: [PATCH] Fixed account hover card follow button's hover state --- TangerineUI-cherry.css | 3 +++ TangerineUI-purple.css | 3 +++ TangerineUI.css | 3 +++ 3 files changed, 9 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 96c194b..be24ace 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -6482,6 +6482,9 @@ a:is(.active, line-height: 22px; padding: 10px 18px; } +.app-body .hover-card .button:not(.button--destructive):hover { + background-color: var(--color-accent-focus); +} .app-body .button:is(.button-secondary, .button-tertiary):hover { background-color: color-mix(in srgb, var(--color-accent), transparent 70%); } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 26d5108..d1a8d4f 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -6482,6 +6482,9 @@ a:is(.active, line-height: 22px; padding: 10px 18px; } +.app-body .hover-card .button:not(.button--destructive):hover { + background-color: var(--color-accent-focus); +} .app-body .button:is(.button-secondary, .button-tertiary):hover { background-color: color-mix(in srgb, var(--color-accent), transparent 70%); } diff --git a/TangerineUI.css b/TangerineUI.css index febfee5..cbe9de0 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -6482,6 +6482,9 @@ a:is(.active, line-height: 22px; padding: 10px 18px; } +.app-body .hover-card .button:not(.button--destructive):hover { + background-color: var(--color-accent-focus); +} .app-body .button:is(.button-secondary, .button-tertiary):hover { background-color: color-mix(in srgb, var(--color-accent), transparent 70%); }