From 707ffd51471f15646428cafc589120d05971b90c Mon Sep 17 00:00:00 2001 From: Andrew Golubev Date: Mon, 24 Apr 2017 11:49:57 +0300 Subject: [PATCH] Added missing rules for sortable inverted headers --- src/definitions/collections/table.less | 3 +++ src/themes/default/collections/table.variables | 1 + 2 files changed, 4 insertions(+) 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;