Remove misleading severity filter

This commit is contained in:
2026-04-21 15:05:07 +00:00
parent 3d68eab7ef
commit 987d20ce15
5 changed files with 10 additions and 98 deletions

View File

@@ -163,32 +163,6 @@
width: 100%;
}
.storage-audit__toggle-group {
display: grid;
gap: 0.35rem;
}
.storage-audit__toggle-label {
font-size: 0.9em;
opacity: 0.8;
padding: 0 0.2rem;
}
.storage-audit__toggle-buttons {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.45rem;
}
.storage-audit__toggle-buttons .button {
min-width: 0;
}
.storage-audit__toggle-buttons .button.active {
box-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 25%, transparent);
background: color-mix(in srgb, currentColor 10%, transparent);
}
.storage-audit__actions .button[disabled] {
opacity: 0.5;
}