Correct some select2 styling issues

This commit is contained in:
Corban-Lee Jones 2024-03-13 17:23:39 +00:00
parent 9ea5a645a0
commit 6e3c0e0e9b

View File

@ -14,6 +14,12 @@
border: 1px solid var(--border-colour) !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
font-size: 1rem !important;
background-color: var(--bs-body-bg) !important;
}
.select2-selection__rendered {
color: var(--bs-body-color) !important;
}
.select2-selection:focus {