dark-mode: set the icon color of filtered column headers properly

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2023-03-22 12:07:59 +01:00 committed by Thomas Lamprecht
parent 79725294d9
commit 162ff9d978

View File

@ -28,7 +28,8 @@
// e.g. permission tree view in pve
.x-tree-icon-leaf:not(.x-tree-icon-custom)::before,
.x-tree-icon-parent:not(.x-tree-icon-custom)::before,
.x-tree-icon-parent-expanded:not(.x-tree-icon-custom)::before {
.x-tree-icon-parent-expanded:not(.x-tree-icon-custom)::before,
.x-grid-filters-filtered-column .x-column-header-text::after {
color: $icon-color;
}