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:
parent
15717ddca0
commit
c0fac90b52
@ -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);
|
||||
|
||||
@ -116,12 +116,6 @@ export default {
|
||||
|
||||
.multiselect {
|
||||
flex-grow: 1;
|
||||
max-height: unset;
|
||||
width: fit-content;
|
||||
|
||||
input::placeholder {
|
||||
color: var(--color-text);
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox-outer {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user