Tactical Overview: Add opacity on hover (#5400)

Add opacity on the big donut label if hovered.
This commit is contained in:
jrauh01 2026-03-25 15:21:56 +01:00 committed by GitHub
parent 158428fcae
commit e83434d079
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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