@@ -489,6 +489,7 @@ $input-line-height-lg: $input-btn-line-height-lg !default;
489
489
490
490
$input-bg : $white !default ;
491
491
$input-disabled-bg : $gray-200 !default ;
492
+ $input-disabled-border-color : null !default ;
492
493
493
494
$input-color : $gray-700 !default ;
494
495
$input-border-color : $gray-400 !default ;
@@ -581,23 +582,24 @@ $input-group-addon-bg: $gray-200 !default;
581
582
$input-group-addon-border-color : $input-border-color !default ;
582
583
583
584
584
- $form-select-padding-y : $input-padding-y !default ;
585
- $form-select-padding-x : $input-padding-x !default ;
586
- $form-select-font-family : $input-font-family !default ;
587
- $form-select-font-size : $input-font-size !default ;
588
- $form-select-height : $input-height !default ;
589
- $form-select-indicator-padding : 1rem !default ; // Extra padding to account for the presence of the background-image based indicator
590
- $form-select-font-weight : $input-font-weight !default ;
591
- $form-select-line-height : $input-line-height !default ;
592
- $form-select-color : $input-color !default ;
593
- $form-select-disabled-color : $gray-600 !default ;
594
- $form-select-bg : $input-bg !default ;
595
- $form-select-disabled-bg : $gray-200 !default ;
596
- $form-select-bg-size : 16px 12px !default ; // In pixels because image dimensions
597
- $form-select-indicator-color : $gray-800 !default ;
598
- $form-select-indicator : url (" data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$form-select-indicator-color } ' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>" ) !default ;
599
-
600
- $form-select-background : no-repeat right $form-select-padding-x center / $form-select-bg-size !default ; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
585
+ $form-select-padding-y : $input-padding-y !default ;
586
+ $form-select-padding-x : $input-padding-x !default ;
587
+ $form-select-font-family : $input-font-family !default ;
588
+ $form-select-font-size : $input-font-size !default ;
589
+ $form-select-height : $input-height !default ;
590
+ $form-select-indicator-padding : 1rem !default ; // Extra padding to account for the presence of the background-image based indicator
591
+ $form-select-font-weight : $input-font-weight !default ;
592
+ $form-select-line-height : $input-line-height !default ;
593
+ $form-select-color : $input-color !default ;
594
+ $form-select-disabled-color : $gray-600 !default ;
595
+ $form-select-bg : $input-bg !default ;
596
+ $form-select-disabled-bg : $gray-200 !default ;
597
+ $form-select-disabled-border-color : $input-disabled-border-color !default ;
598
+ $form-select-bg-size : 16px 12px !default ; // In pixels because image dimensions
599
+ $form-select-indicator-color : $gray-800 !default ;
600
+ $form-select-indicator : url (" data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$form-select-indicator-color } ' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>" ) !default ;
601
+
602
+ $form-select-background : no-repeat right $form-select-padding-x center / $form-select-bg-size !default ; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
601
603
602
604
$form-select-feedback-icon-padding-right : calc ((1em + #{2 * $form-select-padding-y } ) * 3 / 4 + #{$form-select-padding-x + $form-select-indicator-padding } ) !default ;
603
605
$form-select-feedback-icon-position : center right ($form-select-padding-x + $form-select-indicator-padding ) !default ;
@@ -645,6 +647,7 @@ $form-file-height: $input-height !default;
645
647
$form-file-focus-border-color : $input-focus-border-color !default ;
646
648
$form-file-focus-box-shadow : $input-focus-box-shadow !default ;
647
649
$form-file-disabled-bg : $input-disabled-bg !default ;
650
+ $form-file-disabled-border-color : $input-disabled-border-color !default ;
648
651
649
652
$form-file-padding-y : $input-padding-y !default ;
650
653
$form-file-padding-x : $input-padding-x !default ;
0 commit comments