Skip to content

Commit

Permalink
fix(combo-box): override text input defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Apr 2, 2019
1 parent bac0fd5 commit 0e48f52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/combo-box/_combo-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
}
}

.#{$prefix}--combo-box.#{$prefix}--list-box--expanded .#{$prefix}--text-input {
border-bottom-color: $ui-03;
}

.#{$prefix}--combo-box .#{$prefix}--list-box__field,
.#{$prefix}--combo-box.#{$prefix}--list-box[data-invalid] .#{$prefix}--list-box__field {
padding: 0;
Expand Down

0 comments on commit 0e48f52

Please sign in to comment.