From 0c0c3a33a6bbb5bb96d3c5b09c903ed22df8a3c2 Mon Sep 17 00:00:00 2001 From: Johannes Rauh Date: Wed, 6 Aug 2025 12:18:53 +0200 Subject: [PATCH] Add opacity on hover Add opacity on the big donut label if hovered. --- public/css/icinga/widgets.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/widgets.less b/public/css/icinga/widgets.less index 3518cbe40..385d5e3d4 100644 --- a/public/css/icinga/widgets.less +++ b/public/css/icinga/widgets.less @@ -614,6 +614,7 @@ ul.tree li a.error:hover { text-anchor: middle; &:hover { text-decoration: none; + opacity: 0.8; } } @@ -663,4 +664,3 @@ ul.tree li a.error:hover { html.no-js .progress-label { display: none; } -