diff options
| author | Mark Otto <[email protected]> | 2016-10-02 18:15:55 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-02 18:15:55 -0700 |
| commit | bb4af05d229e1db70f657824caed1a7a8725c8a2 (patch) | |
| tree | e40df4e9113106fc118162eec41c3da4527dbffc | |
| parent | dad1c88653827fb57a5fe431f4ef8606b33392da (diff) | |
| download | bootstrap-bb4af05d229e1db70f657824caed1a7a8725c8a2.tar.xz bootstrap-bb4af05d229e1db70f657824caed1a7a8725c8a2.zip | |
Fixes #20799: Apply same color change to disabled inline radios/checkboxes (#20826)
| -rw-r--r-- | scss/_forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 263a8bc15..6ea5d3dbc 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -239,6 +239,7 @@ select.form-control-lg { } &.disabled { + color: $text-muted; cursor: $cursor-disabled; } } |
