-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Expand file tree
/
Copy path_multiple.scss
More file actions
45 lines (38 loc) · 799 Bytes
/
_multiple.scss
File metadata and controls
45 lines (38 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.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;
overflow: hidden;
word-break: keep-all;
&::-webkit-search-cancel-button {
-webkit-appearance: none;
}
}
}