Browse Source

Corrected the previous commit

pull/5303/head
Andrew Golubev 8 years ago
parent
commit
2ec4b573cf
2 changed files with 1 additions and 5 deletions
  1. 5
      src/definitions/collections/table.less
  2. 1
      src/themes/default/collections/table.variables

5
src/definitions/collections/table.less

@ -930,9 +930,6 @@
} }
/* Inverted */ /* Inverted */
.ui.inverted.sortable.table thead th {
color: @sortableInvertedColor;
}
.ui.inverted.sortable.table thead th.sorted { .ui.inverted.sortable.table thead th.sorted {
background: @sortableInvertedActiveBackground; background: @sortableInvertedActiveBackground;
color: @sortableInvertedActiveColor; color: @sortableInvertedActiveColor;
@ -960,7 +957,7 @@
.ui.inverted.table th { .ui.inverted.table th {
background-color: @invertedHeaderBackground; background-color: @invertedHeaderBackground;
border-color: @invertedHeaderBorderColor !important; border-color: @invertedHeaderBorderColor !important;
color: @invertedHeaderColor;
color: @invertedHeaderColor !important;
} }
.ui.inverted.table tr td { .ui.inverted.table tr td {
border-color: @invertedCellBorderColor !important; border-color: @invertedCellBorderColor !important;

1
src/themes/default/collections/table.variables

@ -191,7 +191,6 @@
@sortableActiveHoverBackground: @transparentBlack; @sortableActiveHoverBackground: @transparentBlack;
@sortableActiveHoverColor: @selectedTextColor; @sortableActiveHoverColor: @selectedTextColor;
@sortableInvertedColor: @invertedTextColor;
@sortableInvertedBorderColor: transparent; @sortableInvertedBorderColor: transparent;
@sortableInvertedHoverBackground: @transparentWhite @subtleGradient; @sortableInvertedHoverBackground: @transparentWhite @subtleGradient;
@sortableInvertedHoverColor: @invertedHoveredTextColor; @sortableInvertedHoverColor: @invertedHoveredTextColor;

Loading…
Cancel
Save