Skip to content

Commit bf67b7c

Browse files
committed
Fixed a bug in bootstrap where the error background colour wasn't propagated to the form.
- Legacy-Id: 9399
1 parent 640c462 commit bf67b7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bootstrap/less/mixins/forms.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
&.radio-inline label,
1717
&.checkbox-inline label {
1818
color: @text-color;
19+
background-color: @background-color;
1920
}
2021
// Set the border and box shadow on specific inputs to match
2122
.form-control {

0 commit comments

Comments
 (0)