Feature: сортировка по всем колонкам во всех списках документов
Made-with: Cursor
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user