ui: единый стиль шапки таблиц — иконки сортировки всегда opacity:1

This commit is contained in:
Marker689
2026-05-10 11:50:03 +03:00
parent dea9e0a6e4
commit d046260e7f

View File

@@ -261,8 +261,7 @@ nav.sticky { position: sticky; top: 0; z-index: 100; background: #13171f; pad
th.sortable { cursor: pointer; user-select: none; }
th.sortable:hover { background: #202632; }
th.sortable .sort-icon { margin-left: 0.25rem; opacity: 0.3; }
th.sortable.active .sort-icon { opacity: 1; }
th.sortable .sort-icon { margin-left: 0.25rem; opacity: 1; }
/* ------------------------------------------------------------------ */
/* Spinner / animations */