From 511d46fe0fafdc9ee9b27a5951810d6a9e1098bd Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sun, 10 Aug 2025 11:12:37 +0200 Subject: [PATCH] Fixed so the decrease button of simple fear tracker is not visible when not hovered --- styles/less/ui/resources/resources.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/less/ui/resources/resources.less b/styles/less/ui/resources/resources.less index 1f609c5e..3982d990 100644 --- a/styles/less/ui/resources/resources.less +++ b/styles/less/ui/resources/resources.less @@ -108,7 +108,7 @@ box-shadow: unset; border-color: transparent; header, - .controls, + #resource-fear .controls, .window-resize-handle { opacity: 0; }