Add end-of-support date to available updates (#39732)

This commit is contained in:
Claire
2026-07-07 14:38:38 +02:00
committed by GitHub
parent 0a369c178b
commit 1f8d67e23d
8 changed files with 48 additions and 14 deletions

View File

@@ -15,10 +15,14 @@
text-align: start;
background: var(--color-bg-primary);
&.critical {
.critical {
font-weight: 700;
color: var(--color-text-warning);
}
.unsupported {
color: var(--color-text-error);
}
}
.align-end {