Skip to content

Commit

Permalink
fix(multiselect): fix invalid inline multiselect error icon (#5075)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and joshblack committed Jan 23, 2020
1 parent 7669299 commit 67adf17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/components/src/components/list-box/_list-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ $list-box-menu-width: rem(300px);
transform: translateY(-50%);
}

.#{$prefix}--list-box--inline .#{$prefix}--list-box__invalid-icon {
top: $carbon--spacing-03;
}

.#{$prefix}--list-box[data-invalid] .#{$prefix}--list-box__field {
border-bottom: 0;
padding-right: carbon--mini-units(8);
Expand Down

0 comments on commit 67adf17

Please sign in to comment.