Browse Source

Corrected the previous commit

pull/5303/head
Andrew Golubev 7 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 */
.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;

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

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

Loading…
Cancel
Save