Skip to content

Commit

Permalink
fix(FilterableMultiselect): remove extra invalid border (#12078)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Sep 12, 2022
1 parent 39c596d commit 171a610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/styles/scss/components/form/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ $input-label-weight: 400 !default;
.#{$prefix}--select-input__wrapper[data-invalid]
.#{$prefix}--select-input:not(:focus),
.#{$prefix}--list-box[data-invalid]:not(:focus),
.#{$prefix}--combo-box[data-invalid] .#{$prefix}--text-input:not(:focus) {
.#{$prefix}--combo-box[data-invalid]:not(.#{$prefix}--multi-select--selected)
.#{$prefix}--text-input:not(:focus) {
@include focus-outline('invalid');
}

Expand Down

0 comments on commit 171a610

Please sign in to comment.