Skip to content

Commit

Permalink
Merge pull request #5303 from Banandrew/5227
Browse files Browse the repository at this point in the history
[Table] #5227 Added missing rules for sortable/inverted headers
  • Loading branch information
jlukic authored Jul 3, 2017
2 parents bea2c71 + 2ec4b57 commit e06ae23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/collections/table.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e06ae23

Please sign in to comment.