Skip to content

Commit

Permalink
fix(MultiSelect.Filterable): dynamically resize input field
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Dec 11, 2020
1 parent ccfc7c1 commit 6428b8c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/components/src/components/multi-select/_multi-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,19 @@
color: $text-01;
}

.#{$prefix}--multi-select--filterable .#{$prefix}--text-input {
padding-left: $spacing-03;
}

.#{$prefix}--multi-select--filterable:hover .#{$prefix}--text-input {
background-color: $hover-ui;
}

.#{$prefix}--multi-select--filterable.#{$prefix}--list-box--disabled:hover
.#{$prefix}--text-input {
background-color: $field-01;
}

.#{$prefix}--multi-select--filterable {
.#{$prefix}--list-box__selection--multi {
margin: 0 0 0 $spacing-05;
Expand Down

0 comments on commit 6428b8c

Please sign in to comment.