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 */
.ui.inverted.sortable.table thead th {
color: @sortableInvertedColor;
}
.ui.inverted.sortable.table thead th.sorted {
background: @sortableInvertedActiveBackground;
color: @sortableInvertedActiveColor;

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

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

Loading…
Cancel
Save