Remove severity column from grouped tables

This commit is contained in:
2026-04-21 20:55:17 +00:00
parent 11d6fbaab1
commit 3a5d1fb1d6
3 changed files with 26 additions and 49 deletions

View File

@@ -266,13 +266,33 @@
font-weight: 700;
}
.storage-audit__table th:first-child,
.storage-audit__table td:first-child,
.storage-audit__table th:nth-child(3),
.storage-audit__table td:nth-child(3) {
.storage-audit__table th:nth-child(2),
.storage-audit__table td:nth-child(2) {
white-space: nowrap;
}
.storage-audit__target-cell {
display: inline-flex;
align-items: center;
gap: 0.45rem;
max-width: 100%;
}
.storage-audit__hint-anchor {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.15rem;
height: 1.15rem;
border-radius: 999px;
border: 1px solid color-mix(in srgb, currentColor 35%, transparent);
font-size: 0.78em;
font-weight: 700;
opacity: 0.82;
cursor: help;
flex: 0 0 auto;
}
.storage-audit__source-list {
display: grid;
gap: 0.35rem;
@@ -295,41 +315,6 @@
.storage-audit__finding header strong { opacity: 0.9; }
.storage-audit__severity {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 4.75rem;
border-radius: 999px;
padding: 0.2rem 0.6rem;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.04em;
}
.storage-audit__severity--inline {
min-width: 0;
}
.storage-audit__severity--hint {
cursor: help;
}
.severity-high .storage-audit__severity {
background: color-mix(in srgb, #b03e29 80%, transparent);
color: white;
}
.severity-warning .storage-audit__severity {
background: color-mix(in srgb, #b8902b 80%, transparent);
color: black;
}
.severity-info .storage-audit__severity {
background: color-mix(in srgb, #466d7a 80%, transparent);
color: white;
}
.storage-audit__finding dl {
display: grid;
gap: 0.35rem;