Skip to content

Commit

Permalink
Merge pull request #296 from platanus/chore/bump-select2-to-4.0.13
Browse files Browse the repository at this point in the history
chore(select2): bump version to 4.0.13
  • Loading branch information
jgmontoya committed Mar 2, 2020
2 parents 691cc48 + f6f6784 commit a48cd74
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 161 deletions.
9 changes: 3 additions & 6 deletions vendor/assets/select2/select2.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,16 +188,13 @@
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px; }
margin-right: 10px;
padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
Expand All @@ -216,7 +213,7 @@
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
Expand Down

0 comments on commit a48cd74

Please sign in to comment.