@@ -131,10 +131,13 @@ output
131131 & [disabled ],
132132 & [readonly ],
133133 fieldset [disabled ] &
134- cursor $cursor-disabled
135134 background-color $input-bg-disabled
136135 opacity 1 // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655
137136
137+ & [disabled ],
138+ fieldset [disabled ] &
139+ cursor $cursor-disabled
140+
138141 // Reset height for `textarea`s
139142 textarea &
140143 height auto
@@ -180,7 +183,7 @@ input[type="search"]
180183// horizontal forms, use the predefined grid classes.
181184
182185.form-group
183- margin-bottom 15 px
186+ margin-bottom $form-group-margin-bottom
184187
185188
186189// Checkboxes and radios
@@ -216,6 +219,7 @@ input[type="search"]
216219// Radios and checkboxes on same line
217220.radio-inline ,
218221.checkbox-inline
222+ position relative
219223 display inline-block
220224 padding-left 20px
221225 margin-bottom 0
@@ -266,6 +270,7 @@ input[type="checkbox"]
266270 padding-bottom ($padding-base-vertical + 1 )
267271 // Remove default margin from `p`
268272 margin-bottom 0
273+ min-height ($line-height-computed + $font-size-base )
269274
270275 & .input-lg ,
271276 & .input-sm
@@ -293,6 +298,7 @@ input[type="checkbox"]
293298 padding $padding-small-vertical $padding-small-horizontal
294299 font-size $font-size-small
295300 line-height $line-height-small
301+ min-height ($line-height-computed + $font-size-small )
296302
297303.input-lg
298304 input-size ($input-height-large , $padding-large-vertical , $padding-large-horizontal , $font-size-large , $line-height-large , $input-border-radius-large )
@@ -306,6 +312,7 @@ input[type="checkbox"]
306312 padding $padding-large-vertical $padding-large-horizontal
307313 font-size $font-size-large
308314 line-height $line-height-large
315+ min-height ($line-height-computed + $font-size-large )
309316
310317
311318// Form control feedback states
0 commit comments