Improve Multiselect styling to not overlap other elements (#386)

* Make improvements to the Multiselects in VersionFilterControl apply to all Multiselects Closes #384

* Remove unnecessary unset
This commit is contained in:
Prospector
2022-03-05 16:36:02 -08:00
committed by GitHub
parent 15717ddca0
commit c0fac90b52
2 changed files with 4 additions and 7 deletions

View File

@@ -384,12 +384,15 @@
.multiselect {
color: var(--color-text) !important;
max-height: 40px;
input {
background: transparent;
}
input::placeholder {
color: var(--color-text);
}
.multiselect__tags {
border-radius: 1.25rem;
background: var(--color-dropdown-bg);