Skip to content

Commit

Permalink
feat(multiselect): fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
narduin committed Jan 21, 2025
1 parent c7241af commit e67fae8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/assets/multiselect.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
}
.multiselect:has(.multiselect-single-label .card) {
--ms-bg: var(--background-default-grey);
border: 1px solid var(--background-contrast-grey);
}
.multiselect-wrapper {
--ms-radius: 0.25rem 0.25rem 0 0;
Expand Down
3 changes: 0 additions & 3 deletions src/components/forms/dataset/SelectDataset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ const clear = () => {
</template>

<style scoped>
.multiselect {
--ms-max-height: 400px;
}
.multiselect-single-label {
position: relative;
margin-inline-end: auto;
Expand Down

0 comments on commit e67fae8

Please sign in to comment.