How to find out which css selector I can use to make the filter-icon in the datagrid more pregnant if he is activated ?
People forget, they did put a filter, so to have an active filter in red whould help our support department
The things below did not work …
vaadin-grid#material vaadin-grid-sorter iron-icon {
transform: scale(0.8);
}
vaadin-grid#material vaadin-grid-sorter:not([direction]) iron-icon {
color: rgba(0, 0, 0, var(--dark-disabled-opacity));
}
vaadin-grid#material vaadin-grid-sorter[direction] {
color: rgba(0, 0, 0, var(--dark-primary-opacity));
}