fix: thead — border-bottom вместо border-color, дефолтная сортировка по ID desc
This commit is contained in:
@@ -60,7 +60,7 @@ PACKAGE_SORT_FIELDS = {
|
|||||||
"flagged": "flagged",
|
"flagged": "flagged",
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFAULT_SORT_BY_SCANS = "started_at"
|
DEFAULT_SORT_BY_SCANS = "id"
|
||||||
DEFAULT_SORT_BY_PACKAGES = "last_scanned_at"
|
DEFAULT_SORT_BY_PACKAGES = "last_scanned_at"
|
||||||
DEFAULT_SORT_DIR = "desc"
|
DEFAULT_SORT_DIR = "desc"
|
||||||
|
|
||||||
|
|||||||
@@ -262,7 +262,7 @@ nav.sticky { position: sticky; top: 0; z-index: 100; background: #13171f; pad
|
|||||||
th.sortable { cursor: pointer; user-select: none; }
|
th.sortable { cursor: pointer; user-select: none; }
|
||||||
th.sortable:hover { background: #202632; }
|
th.sortable:hover { background: #202632; }
|
||||||
|
|
||||||
thead th { background: transparent !important; color: inherit !important; border-color: #202632 !important; }
|
thead th { background: transparent !important; color: inherit !important; border-bottom: 3px solid #202632 !important; }
|
||||||
th.sortable .sort-icon { margin-left: 0.25rem; opacity: 1; }
|
th.sortable .sort-icon { margin-left: 0.25rem; opacity: 1; }
|
||||||
|
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
|
|||||||
Reference in New Issue
Block a user