Skip to content

Commit

Permalink
fix(form): inverted label color in grouped fields
Browse files Browse the repository at this point in the history
Added the `.grouped.fields > label` selector for targeted styling, ensuring labels within grouped fields inherit the inverted color in inverted forms. Used `@invertedLabelColor` for color consistency. Tested in various configurations and browsers.
  • Loading branch information
Festiis authored Dec 8, 2023
1 parent f16f261 commit c721483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions/collections/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@
.ui.form .inverted.segment label,
.ui.form .inverted.segment .ui.checkbox label,
.ui.inverted.form .ui.checkbox label,
.ui.inverted.form .grouped.fields > label,
.ui.inverted.form .inline.fields > label,
.ui.inverted.form .inline.fields .field > label,
.ui.inverted.form .inline.fields .field > p,
Expand Down

0 comments on commit c721483

Please sign in to comment.