mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01:00
parent
4d863effdb
commit
abc17a4858
@ -237,8 +237,9 @@
|
|||||||
border-color: $custom-select-focus-border-color;
|
border-color: $custom-select-focus-border-color;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
@if $enable-shadows {
|
@if $enable-shadows {
|
||||||
box-shadow: $custom-select-box-shadow, $custom-select-focus-box-shadow;
|
@include box-shadow($custom-select-box-shadow, $custom-select-focus-box-shadow);
|
||||||
} @else {
|
} @else {
|
||||||
|
// Avoid using mixin so we can pass custom focus shadow properly
|
||||||
box-shadow: $custom-select-focus-box-shadow;
|
box-shadow: $custom-select-focus-box-shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user