Commit 6d93a13 1 parent 205e2ca commit 6d93a13 Copy full SHA for 6d93a13
File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -420,24 +420,26 @@ textarea {
420
420
}
421
421
422
422
// Remove the inheritance of text transform in Firefox
423
-
424
423
button ,
425
424
select {
426
425
text-transform : none ;
427
426
}
428
-
429
427
// Set the cursor for non-`<button>` buttons
430
428
//
431
429
// Details at https://github.com/twbs/bootstrap/pull/30562
432
430
[role = " button" ] {
433
431
cursor : pointer ;
434
432
}
435
433
436
- // Remove the inheritance of word-wrap in Safari.
437
- // See https://github.com/twbs/bootstrap/issues/24990
438
-
439
434
select {
435
+ // Remove the inheritance of word-wrap in Safari.
436
+ // See https://github.com/twbs/bootstrap/issues/24990
440
437
word-wrap : normal ;
438
+
439
+ // Undo the opacity change from Chrome
440
+ & :disabled {
441
+ opacity : 1 ;
442
+ }
441
443
}
442
444
443
445
// Remove the dropdown arrow in Chrome from inputs built with datalists.
Original file line number Diff line number Diff line change @@ -796,8 +796,8 @@ $form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extr
796
796
$form-select-font-weight : $input-font-weight !default ;
797
797
$form-select-line-height : $input-line-height !default ;
798
798
$form-select-color : $input-color !default ;
799
- $form-select-disabled-color : $gray-600 !default ;
800
799
$form-select-bg : $input-bg !default ;
800
+ $form-select-disabled-color : null !default ;
801
801
$form-select-disabled-bg : $gray-200 !default ;
802
802
$form-select-disabled-border-color : $input-disabled-border-color !default ;
803
803
$form-select-bg-position : right $form-select-padding-x center !default ;
You can’t perform that action at this time.
0 commit comments