Skip to content

Commit

Permalink
some additional select2 scss updates for disabled select2 state
Browse files Browse the repository at this point in the history
  • Loading branch information
biyeun committed Nov 27, 2023
1 parent 8e07cf8 commit d0a7570
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
.select2-container--default .select2-selection--multiple {
border-color: $border-color !important;
height: 32px !important;
border-radius: $input-border-radius !important;
}

.select2-container--default .select2-selection--single {
Expand Down Expand Up @@ -156,3 +157,8 @@
outline: 0;
}
}

.select2-container--default.select2-container--disabled .select2-selection--single {
border-color: $input-disabled-bg !important;
background-color: $input-disabled-bg !important;
}

0 comments on commit d0a7570

Please sign in to comment.