Skip to content

Commit

Permalink
removed select2-selection__placeholder from _multiple.scss (#5508)
Browse files Browse the repository at this point in the history
  • Loading branch information
waseemahmad31 authored and kevin-brown committed Jun 26, 2019
1 parent 5d2fdd7 commit d66e55d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/scss/theme/default/_multiple.scss
Expand Up @@ -16,14 +16,6 @@
}
}

.select2-selection__placeholder {
color: #999;

margin-top: 5px;

float: left;
}

.select2-selection__clear {
cursor: pointer;
float: right;
Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit d66e55d

Please sign in to comment.