File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 166
166
width : 100% ;
167
167
height : $custom-select-height ;
168
168
padding : $custom-select-padding-y ($custom-select-padding-x + $custom-select-indicator-padding ) $custom-select-padding-y $custom-select-padding-x ;
169
+ font-weight : $custom-select-font-weight ;
169
170
line-height : $custom-select-line-height ;
170
171
color : $custom-select-color ;
171
172
vertical-align : middle ;
Original file line number Diff line number Diff line change 10
10
height : $input-height ;
11
11
padding : $input-padding-y $input-padding-x ;
12
12
font-size : $font-size-base ;
13
+ font-weight : $input-font-weight ;
13
14
line-height : $input-line-height ;
14
15
color : $input-color ;
15
16
background-color : $input-bg ;
Original file line number Diff line number Diff line change @@ -423,6 +423,7 @@ $label-margin-bottom: .5rem !default;
423
423
$input-padding-y : $input-btn-padding-y !default ;
424
424
$input-padding-x : $input-btn-padding-x !default ;
425
425
$input-font-size : $input-btn-font-size !default ;
426
+ $input-font-weight : $font-weight-normal !default ;
426
427
$input-line-height : $input-btn-line-height !default ;
427
428
428
429
$input-padding-y-sm : $input-btn-padding-y-sm !default ;
@@ -523,6 +524,7 @@ $custom-select-padding-y: .375rem !default;
523
524
$custom-select-padding-x : .75rem !default ;
524
525
$custom-select-height : $input-height !default ;
525
526
$custom-select-indicator-padding : 1rem !default ; // Extra padding to account for the presence of the background-image based indicator
527
+ $custom-select-font-weight : $input-font-weight !default ;
526
528
$custom-select-line-height : $input-line-height !default ;
527
529
$custom-select-color : $input-color !default ;
528
530
$custom-select-disabled-color : $gray-600 !default ;
You can’t perform that action at this time.
0 commit comments