Skip to content

Commit

Permalink
fix(table): missing comma lead into wrong selector
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored Dec 11, 2020
1 parent 6d5703e commit 8e5b7d4
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 @@ -1116,7 +1116,7 @@ each(@colors, {
.ui.inverted.definition.table > thead:not(.full-width) > tr > th:first-child {
background: @definitionPageBackground;
}
.ui.inverted.definition.table > tbody > tr > td:first-child
.ui.inverted.definition.table > tbody > tr > td:first-child,
.ui.inverted.definition.table > tfoot > tr > td:first-child,
.ui.inverted.definition.table > tr > td:first-child {
background: @invertedDefinitionColumnBackground;
Expand Down

0 comments on commit 8e5b7d4

Please sign in to comment.