46 lines
844 B
SCSS
Executable File
46 lines
844 B
SCSS
Executable File
.select2-selection--multiple {
|
|
box-sizing: border-box;
|
|
|
|
cursor: pointer;
|
|
display: block;
|
|
|
|
min-height: 32px;
|
|
|
|
user-select: none;
|
|
-webkit-user-select: none;
|
|
|
|
.select2-selection__rendered {
|
|
display: inline;
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.select2-selection__clear {
|
|
background-color: transparent;
|
|
border: none;
|
|
font-size: 1em;
|
|
}
|
|
}
|
|
|
|
.select2-search--inline {
|
|
.select2-search__field {
|
|
box-sizing: border-box;
|
|
border: none;
|
|
font-size: 100%;
|
|
margin-top: 5px;
|
|
margin-left: 5px;
|
|
padding: 0;
|
|
max-width: 100%;
|
|
resize: none;
|
|
height: 18px;
|
|
vertical-align: bottom;
|
|
font-family: sans-serif;
|
|
overflow: hidden;
|
|
word-break: keep-all;
|
|
|
|
&::-webkit-search-cancel-button {
|
|
-webkit-appearance: none;
|
|
}
|
|
}
|
|
}
|