Select2 updated to 4.0.8
This commit is contained in:
parent
455a32012c
commit
063904f557
@ -5,6 +5,8 @@ Changelog
|
||||
++++++
|
||||
|
||||
- FontAwesome 5.10.0 support
|
||||
- Mermaid 8.2 support
|
||||
- Updated select2 to 4.0.8
|
||||
|
||||
2.0.21
|
||||
++++++
|
||||
|
3
assets/javascripts/select2.min.js
vendored
3
assets/javascripts/select2.min.js
vendored
File diff suppressed because one or more lines are too long
@ -228,11 +228,6 @@
|
||||
.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;
|
||||
@ -261,7 +256,8 @@
|
||||
.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 {
|
||||
|
@ -178,7 +178,7 @@ It provides :
|
||||
* `FontAwesome 5.10.0 <https://fontawesome.com/>`_
|
||||
* `mermaid 8.2.3 <https://github.com/knsv/mermaid/>`_
|
||||
* `nvd3 1.8.6 <https://github.com/novus/nvd3>`_
|
||||
* `Select2 4.0.7 <https://select2.org/>`_
|
||||
* `Select2 4.0.8 <https://select2.org/>`_
|
||||
* `ZeroClipboard 2.3.0 <https://github.com/zeroclipboard/zeroclipboard>`_
|
||||
|
||||
And a set of various Rails helper methods (see below).
|
||||
|
Loading…
Reference in New Issue
Block a user