Skip to content

Commit

Permalink
VCST-1855: improve multi select styles (#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev authored Oct 25, 2024
1 parent 1b2d85f commit d1c334b
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit d1c334b

Please sign in to comment.