Skip to content

Commit

Permalink
fix(form): inline field label doesn't respect error styles
Browse files Browse the repository at this point in the history
Closes #818
  • Loading branch information
lubber-de authored and Sean committed Jul 1, 2019
1 parent 6b33c3d commit e70a015
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/definitions/collections/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -490,10 +490,10 @@
}

/* On Field(s) */
.ui.form .fields.error .field label,
.ui.form .field.error label,
.ui.form .fields.error .field .input,
.ui.form .field.error .input {
.ui.ui.form .fields.error .field label,
.ui.ui.form .field.error label,
.ui.ui.form .fields.error .field .input,
.ui.ui.form .field.error .input {
color: @formErrorColor;
}

Expand Down

0 comments on commit e70a015

Please sign in to comment.