0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-11 08:54:23 +01:00

Fixes #20799: Apply same color change to disabled inline radios/checkboxes (#20826)

This commit is contained in:
Mark Otto 2016-10-02 18:15:55 -07:00 committed by GitHub
parent dad1c88653
commit bb4af05d22

View File

@ -239,6 +239,7 @@ select.form-control-lg {
} }
&.disabled { &.disabled {
color: $text-muted;
cursor: $cursor-disabled; cursor: $cursor-disabled;
} }
} }