Feature: сортировка по всем колонкам во всех списках документов

Made-with: Cursor
This commit is contained in:
2026-02-26 16:58:27 +00:00
parent b444d4a865
commit 5b18a68e7d
8 changed files with 147 additions and 33 deletions

View File

@@ -231,6 +231,19 @@ body {
color: var(--ws-text-secondary);
}
.ws-table th .ws-th-sort {
color: inherit;
text-decoration: none;
}
.ws-table th .ws-th-sort:hover {
color: var(--ws-accent);
}
.ws-table th .ws-sort-arrow {
margin-left: 2px;
font-weight: 700;
color: var(--ws-accent);
}
.ws-table tbody tr:hover {
background: var(--ws-bg-hover);
}