Move grouped notes into severity tooltip

This commit is contained in:
2026-04-21 13:14:30 +00:00
parent 1fb62f17c8
commit 37e4309524
3 changed files with 16 additions and 9 deletions

View File

@@ -290,6 +290,10 @@
min-width: 0;
}
.storage-audit__severity--hint {
cursor: help;
}
.severity-high .storage-audit__severity {
background: color-mix(in srgb, #b03e29 80%, transparent);
color: white;