diff --git a/src/definitions/collections/table.less b/src/definitions/collections/table.less index b72dbac59..cbcfff8fc 100755 --- a/src/definitions/collections/table.less +++ b/src/definitions/collections/table.less @@ -930,6 +930,9 @@ } /* Inverted */ +.ui.inverted.sortable.table thead th { + color: @sortableInvertedColor; +} .ui.inverted.sortable.table thead th.sorted { background: @sortableInvertedActiveBackground; color: @sortableInvertedActiveColor; diff --git a/src/themes/default/collections/table.variables b/src/themes/default/collections/table.variables index 4660f6ce1..270dcb2f1 100644 --- a/src/themes/default/collections/table.variables +++ b/src/themes/default/collections/table.variables @@ -191,6 +191,7 @@ @sortableActiveHoverBackground: @transparentBlack; @sortableActiveHoverColor: @selectedTextColor; +@sortableInvertedColor: @invertedTextColor; @sortableInvertedBorderColor: transparent; @sortableInvertedHoverBackground: @transparentWhite @subtleGradient; @sortableInvertedHoverColor: @invertedHoveredTextColor;