Skip to content

Commit

Permalink
Merge branch 'main' into storybook-v10-tab
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Sep 12, 2022
2 parents 86ef1b7 + 171a610 commit 69ed46d
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 69ed46d

Please sign in to comment.