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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);

View File

@ -116,12 +116,6 @@ export default {
.multiselect {
flex-grow: 1;
max-height: unset;
width: fit-content;
input::placeholder {
color: var(--color-text);
}
}
.checkbox-outer {