Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/bootstrap/_custom-forms.scss')
-rw-r--r--assets/css/bootstrap/_custom-forms.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/bootstrap/_custom-forms.scss b/assets/css/bootstrap/_custom-forms.scss
index 21e72da..0804c63 100644
--- a/assets/css/bootstrap/_custom-forms.scss
+++ b/assets/css/bootstrap/_custom-forms.scss
@@ -237,8 +237,9 @@
border-color: $custom-select-focus-border-color;
outline: 0;
@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 {
+ // Avoid using mixin so we can pass custom focus shadow properly
box-shadow: $custom-select-focus-box-shadow;
}