select2 theme fixes

This commit is contained in:
Corban-Lee Jones 2024-04-30 01:13:31 +01:00
parent c679b4fc40
commit 62c308a720

View File

@ -71,4 +71,21 @@
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
color: var(--bs-tertiary-color);
}
.select2-container--bootstrap.select2-container--focus
.select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
border-color: #86b7fe;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/* color: var(--bs-body-color);
background-color: var(--bs-body-bg);
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
.select2-container--bootstrap .select2-dropdown {
border-color: #86b7fe;
/* box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
}