folder-selection

This commit is contained in:
2025-11-01 23:37:12 +01:00
parent 16ac16cd30
commit 0b8f856876
4 changed files with 50 additions and 49 deletions
+2 -1
View File
@@ -2078,7 +2078,8 @@ button.danger:hover:not([disabled]) {
cursor: pointer;
}
.documents-panel tbody tr.document.selected {
.documents-panel tbody tr.document.selected,
.documents-panel tbody tr.folder.selected {
background: var(--selection-soft);
box-shadow: inset 2px 0 0 var(--accent-outline-strong);
}