Skip to content

Commit

Permalink
Fix Krajee BS themes styling for multiple select
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Sep 28, 2020
1 parent 5b731f8 commit ee9d54f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Change Log: `yii2-widget-select2`

## Version 2.2.0

**Date:** _under development_
**Date:** 28-Sep-2020

- Fix Krajee BS themes styling for multiple select.
- (enh #330): More correct hyphen validation for select all.

## Version 2.1.9
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/select2-krajee-bs4.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
border-radius: 0;
}

.select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected,
.select2-container--krajee-bs4 .select2-results__option[aria-selected=true] {
color: #31708f;
background-color: #d9edf7;
Expand Down Expand Up @@ -326,7 +327,6 @@

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
display: block;
line-height: 1.5;
list-style: none;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/select2-krajee-bs4.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/css/select2-krajee.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
border-radius: 0;
}

.select2-container--krajee .select2-results__option.select2-results__option--selected,
.select2-container--krajee .select2-results__option[aria-selected=true] {
color: #31708f;
background-color: #d9edf7;
Expand Down Expand Up @@ -329,7 +330,6 @@

.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
display: block;
line-height: 1.428571429;
list-style: none;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/select2-krajee.min.css

Large diffs are not rendered by default.

0 comments on commit ee9d54f

Please sign in to comment.