Add opacity on hover

Add opacity on the big donut label if hovered.
This commit is contained in:
Johannes Rauh 2025-08-06 12:18:53 +02:00
parent c894333064
commit 0c0c3a33a6

View File

@ -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;
}