mirror of https://github.com/ColorlibHQ/AdminLTE
fixed box-shadow with select2 bootstrap4 theme
parent
242ef8984a
commit
139fbd3454
|
@ -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 {
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue