Skip to content

Commit

Permalink
fix(segment): sub headers in inverted labels were not changed to in s…
Browse files Browse the repository at this point in the history
…ome cases

Sub headers in inverted segments were not changed to white when inside content div of header
  • Loading branch information
lubber-de authored Jan 25, 2020
1 parent 2930de5 commit 66a15cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/elements/segment.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
--------------------*/
& when (@variationSegmentInverted) {
/* Header */
.ui.inverted.segment > .ui.header > .sub.header,
.ui.inverted.segment > .ui.header .sub.header,
.ui.inverted.segment > .ui.header {
color: @white;
}
Expand Down

0 comments on commit 66a15cd

Please sign in to comment.