Skip to content

Commit

Permalink
[ref Semantic-Org#4004] added inline fields to inverted form styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tbracken committed May 6, 2016
1 parent fbc5657 commit ca5f895
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/definitions/collections/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,12 @@
.ui.form .inverted.segment .ui.checkbox label,
.ui.form .inverted.segment .ui.checkbox .box,
.ui.inverted.form .ui.checkbox label,
.ui.inverted.form .ui.checkbox .box {
.ui.inverted.form .ui.checkbox .box,
.ui.inverted.form .inline.fields > label,
.ui.inverted.form .inline.fields .field > label,
.ui.inverted.form .inline.fields .field > p,
.ui.inverted.form .inline.field > label,
.ui.inverted.form .inline.field > p {
color: @invertedLabelColor;
}

Expand Down

0 comments on commit ca5f895

Please sign in to comment.