mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +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;
|
||||
outline: 0;
|
||||
@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 {
|
||||
// Avoid using mixin so we can pass custom focus shadow properly
|
||||
box-shadow: $form-select-focus-box-shadow;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user