Skip to content

Commit bb4af05

Browse files
authored
Fixes #20799: Apply same color change to disabled inline radios/checkboxes (#20826)
1 parent dad1c88 commit bb4af05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_forms.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ select.form-control-lg {
239239
}
240240

241241
&.disabled {
242+
color: $text-muted;
242243
cursor: $cursor-disabled;
243244
}
244245
}

0 commit comments

Comments
 (0)