feat: Added visual separation between global and node or handle specific warnings

ref: N25B-450
This commit is contained in:
JGerla
2026-01-20 12:50:29 +01:00
parent 5d55ebaaa2
commit 3f6d95683d
2 changed files with 49 additions and 4 deletions

View File

@@ -38,6 +38,10 @@
border: 2px solid currentColor;
}
.warning-group-header {
background: ButtonFace;
}
.warnings-list {
flex: 1;
overflow-y: auto;