From 162ff9d97888045ba43cfdacba2151328729f16a Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Wed, 22 Mar 2023 12:07:59 +0100 Subject: [PATCH] dark-mode: set the icon color of filtered column headers properly Signed-off-by: Stefan Sterz --- src/proxmox-dark/scss/other/_icons.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/proxmox-dark/scss/other/_icons.scss b/src/proxmox-dark/scss/other/_icons.scss index b4443ee..aa36b54 100644 --- a/src/proxmox-dark/scss/other/_icons.scss +++ b/src/proxmox-dark/scss/other/_icons.scss @@ -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; }