Browse Source

Merge pull request #5303 from Banandrew/5227

[Table] #5227 Added missing rules for sortable/inverted headers
pull/4574/merge
Jack Lukic 7 years ago
committed by GitHub
parent
commit
e06ae231d7
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/collections/table.less

2
src/definitions/collections/table.less

@ -957,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;

Loading…
Cancel
Save