Browse Source

Added missing rules for sortable inverted headers

pull/5303/head
Andrew Golubev 7 years ago
parent
commit
707ffd5147
2 changed files with 4 additions and 0 deletions
  1. 3
      src/definitions/collections/table.less
  2. 1
      src/themes/default/collections/table.variables

3
src/definitions/collections/table.less

@ -930,6 +930,9 @@
} }
/* 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;

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

@ -191,6 +191,7 @@
@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