UI: add version status pill before Health in web header (#24648)

Merged via /review-pr -> /prepare-pr -> /merge-pr.

Prepared head SHA: f240589d33
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
Gustavo Madeira Santana
2026-02-23 12:27:17 -05:00
committed by GitHub
parent fdd185cfaa
commit 28377e1b7a
7 changed files with 32 additions and 3 deletions

View File

@@ -328,6 +328,12 @@
animation: none;
}
.statusDot.warn {
background: var(--warn);
box-shadow: 0 0 8px rgba(245, 158, 11, 0.5);
animation: none;
}
/* ===========================================
Buttons - Tactile with personality
=========================================== */