refactor(webui): centralize notification selection

This commit is contained in:
2026-07-21 13:31:46 +02:00
parent 0e62e6df8f
commit 9c2dc3efbf
4 changed files with 47 additions and 37 deletions

View File

@@ -79,27 +79,14 @@
padding: 8px;
}
.notifications-selection-list {
gap: 4px;
}
.notifications-list-item {
width: 100%;
display: grid;
gap: 4px;
min-height: 58px;
border: 0;
border-radius: 6px;
background: transparent;
color: var(--text);
cursor: pointer;
padding: 9px;
text-align: left;
}
.notifications-list-item:hover,
.notifications-list-item.is-selected {
background: var(--sidebar-hover-bg);
}
.notifications-list-item.is-selected {
box-shadow: inset 3px 0 var(--accent);
}
.notifications-list-item.is-read {