fixed box-shadow with select2 bootstrap4 theme

pull/2269/head
REJack 2019-10-24 10:04:55 +02:00
parent 242ef8984a
commit 139fbd3454
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
5 changed files with 13 additions and 3 deletions

View File

@ -191,6 +191,12 @@
}
}
// Select2 Bootstrap4 Theme overrides
.select2-container--bootstrap4 {
&.select2-container--focus .select2-selection {
box-shadow: none;
}
}
// Background colors (theme colors)
@each $name, $color in $theme-colors {

View File

@ -23209,6 +23209,10 @@ html.maximized-card {
border-top-right-radius: 0;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
box-shadow: none;
}
.select2-container--default .select2-primary.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-primary .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-primary .select2-search--inline .select2-search__field:focus,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long