Skip to content

Commit

Permalink
fix(multi-select): remove left padding on text input after selection (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 5, 2021
1 parent c111af1 commit dce7e7d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
@include focus-outline('outline');
}

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

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

0 comments on commit dce7e7d

Please sign in to comment.