1
0
mirror of synced 2024-11-22 13:06:08 +03:00

removed select2-selection__placeholder from _multiple.scss (#5508)

This commit is contained in:
Waseem Ahmad 2019-06-26 07:29:56 +05:30 committed by Kevin Brown
parent 5d2fdd75b5
commit d66e55dd9e

View File

@ -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;
}