mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Use box-shadow
mixin for .form-select
(#30555)
This commit is contained in:
parent
bcdd8fbc07
commit
939beea620
@ -28,8 +28,9 @@
|
|||||||
border-color: $form-select-focus-border-color;
|
border-color: $form-select-focus-border-color;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
@if $enable-shadows {
|
@if $enable-shadows {
|
||||||
box-shadow: $form-select-box-shadow, $form-select-focus-box-shadow;
|
@include box-shadow($form-select-box-shadow, $form-select-focus-box-shadow);
|
||||||
} @else {
|
} @else {
|
||||||
|
// Avoid using mixin so we can pass custom focus shadow properly
|
||||||
box-shadow: $form-select-focus-box-shadow;
|
box-shadow: $form-select-focus-box-shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user