Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCST-1855: improve multi select styles #2848

Merged
merged 6 commits into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1480,8 +1480,14 @@ $names: "", ".double", ".triple", ".quadro"
height: 19px
padding: 6px 20px 0 7px
.select2-container-multi .select2-choices .select2-search-field
width: -moz-available
width: -webkit-fill-available
width: fill-available
input
width: inherit !important
padding: 7px 10px 7px 5px
margin: 14px 1px 1px 10px
border: 1px solid $baseBrd
.select2-search-choice-close
left: auto !important
top: 6px
Expand All @@ -1503,6 +1509,8 @@ $names: "", ".double", ".triple", ".quadro"
&:hover
&::after
color: $baseColor
.select2-container-multi .select2-search-choice-close
background: none !important
.select2-container-multi .select2-search-choice-close::after,
.select2-container-multi .select2-search-choice-close:hover::after
color: #a1c0d4
Expand All @@ -1514,6 +1522,9 @@ $names: "", ".double", ".triple", ".quadro"
.select2-container .select2-choice .select2-arrow b
background-image: none !important

.ui-select-choices.ui-select-choices-content.select2-results
margin: 4px 10px 4px 10px

/* Tags input */
tags-input
.host
Expand Down
Loading