mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-26 10:06:59 +00:00
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:
parent
79725294d9
commit
162ff9d978
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user