diff --git a/less/forms.less b/less/forms.less index 8bfbc4ba60..e4b50629e9 100644 --- a/less/forms.less +++ b/less/forms.less @@ -144,7 +144,7 @@ output { background-color: @input-bg-disabled; opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655 } - + &[disabled], fieldset[disabled] & { cursor: @cursor-disabled;