dark-theme: make "sorted-by" header highlight more subtle

by making the highlight more subtle, the theme is more consistent with
the look of crisp.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2023-03-20 10:02:07 +01:00 committed by Thomas Lamprecht
parent 437af70685
commit b20a650bcc

View File

@ -88,7 +88,7 @@
// header element that the grid is currently sorted by
.x-column-header-sort-ASC,
.x-column-header-sort-DESC {
background-color: $primary-dark;
background-color: mix($background-darker, $primary-color, 70%);
}
// summary rows (e.g. ceph pools last row)