removed select2-selection__placeholder from _multiple.scss (#5508)
This commit is contained in:
parent
5d2fdd75b5
commit
d66e55dd9e
@ -16,14 +16,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.select2-selection__placeholder {
|
||||
color: #999;
|
||||
|
||||
margin-top: 5px;
|
||||
|
||||
float: left;
|
||||
}
|
||||
|
||||
.select2-selection__clear {
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
@ -63,7 +55,7 @@
|
||||
|
||||
&[dir="rtl"] {
|
||||
.select2-selection--multiple {
|
||||
.select2-selection__choice, .select2-selection__placeholder, .select2-search--inline {
|
||||
.select2-selection__choice, .select2-search--inline {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user