From fe4654b1fa472f68cf5e05901d3cba171b043af7 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Tue, 27 Jan 2026 17:36:26 +0100 Subject: [PATCH] Fixed hud statuses and tooltips --- styles/less/hud/token-hud/token-hud.less | 3 +++ styles/less/ux/tooltip/tooltip.less | 10 ---------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/styles/less/hud/token-hud/token-hud.less b/styles/less/hud/token-hud/token-hud.less index ea58f673..e31ede4a 100644 --- a/styles/less/hud/token-hud/token-hud.less +++ b/styles/less/hud/token-hud/token-hud.less @@ -2,11 +2,13 @@ .status-effects { .effect-control { filter: none; + background: var(--dark-blue-90); } .effect-control-container { .effect-control { filter: none; + background: var(--dark-blue-90); } .effect-control-disabled-marker { @@ -22,6 +24,7 @@ .palette-category-title { grid-column: span var(--effect-columns); font-weight: bold; + color: light-dark(@dark-blue, @golden); } } } diff --git a/styles/less/ux/tooltip/tooltip.less b/styles/less/ux/tooltip/tooltip.less index 0f632772..8e6f638d 100644 --- a/styles/less/ux/tooltip/tooltip.less +++ b/styles/less/ux/tooltip/tooltip.less @@ -227,16 +227,6 @@ aside[role='tooltip'].locked-tooltip:has(div.daggerheart.dh-style.tooltip.card-s outline: 1px solid light-dark(@dark-blue, @golden); } -.theme-light #tooltip:has(div.daggerheart.dh-style.tooltip.card-style), -.theme-light aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip.card-style) { - background-image: url('../assets/parchments/dh-parchment-light.png'); -} - -.theme-light aside[role='tooltip'].locked-tooltip:has(div.daggerheart.dh-style.tooltip) { - box-shadow: 0 0 25px @dark-blue-90; - outline: 1px solid light-dark(@dark-blue, @golden); -} - #tooltip, .locked-tooltip, .daggerheart.dh-style.tooltip {