From 2ec4b573cfba14c27c1bb0bfdb2a1ab77c43cffb Mon Sep 17 00:00:00 2001 From: Andrew Golubev Date: Thu, 25 May 2017 22:13:40 +0300 Subject: [PATCH] Corrected the previous commit --- src/definitions/collections/table.less | 5 +---- src/themes/default/collections/table.variables | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/definitions/collections/table.less b/src/definitions/collections/table.less index cbcfff8fc..b11eef868 100755 --- a/src/definitions/collections/table.less +++ b/src/definitions/collections/table.less @@ -930,9 +930,6 @@ } /* Inverted */ -.ui.inverted.sortable.table thead th { - color: @sortableInvertedColor; -} .ui.inverted.sortable.table thead th.sorted { background: @sortableInvertedActiveBackground; color: @sortableInvertedActiveColor; @@ -960,7 +957,7 @@ .ui.inverted.table th { background-color: @invertedHeaderBackground; border-color: @invertedHeaderBorderColor !important; - color: @invertedHeaderColor; + color: @invertedHeaderColor !important; } .ui.inverted.table tr td { border-color: @invertedCellBorderColor !important; diff --git a/src/themes/default/collections/table.variables b/src/themes/default/collections/table.variables index 270dcb2f1..4660f6ce1 100644 --- a/src/themes/default/collections/table.variables +++ b/src/themes/default/collections/table.variables @@ -191,7 +191,6 @@ @sortableActiveHoverBackground: @transparentBlack; @sortableActiveHoverColor: @selectedTextColor; -@sortableInvertedColor: @invertedTextColor; @sortableInvertedBorderColor: transparent; @sortableInvertedHoverBackground: @transparentWhite @subtleGradient; @sortableInvertedHoverColor: @invertedHoveredTextColor;