web: fix colour for selected sortable table header
This commit is contained in:
parent
6eed549577
commit
0f4d5bc3b0
|
@ -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 {
|
||||||
|
|
Reference in New Issue