web: fix colour for selected sortable table header

This commit is contained in:
Jens Langhammer 2020-12-31 11:31:49 +01:00
parent 6eed549577
commit 0f4d5bc3b0
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,9 @@ select[multiple] {
--pf-c-table--cell--Color: var(--ak-dark-foreground); --pf-c-table--cell--Color: var(--ak-dark-foreground);
} }
.pf-c-table__text { .pf-c-table__text {
color: var(--ak-dark-foreground);
}
.pf-c-table__sort:not(.pf-m-selected) .pf-c-table__button .pf-c-table__text {
color: var(--ak-dark-foreground) !important; color: var(--ak-dark-foreground) !important;
} }
.pf-c-table__sort-indicator i { .pf-c-table__sort-indicator i {