1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 15:44:51 +02: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 {
color: $text-muted;
cursor: $cursor-disabled;
}
}