Skip to content

Commit

Permalink
style(FluidMultiselect): adjust focus styles when invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Feb 24, 2023
1 parent 9eaac3e commit 0b7c307
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
@use '../fluid-combo-box';

@mixin fluid-multiselect {
.#{$prefix}--multi-select__wrapper.#{$prefix}--list-box__wrapper--fluid--focus:not(.#{$prefix}--multi-select--filterable__wrapper) {
outline-offset: -2px;
.#{$prefix}--multi-select__wrapper.#{$prefix}--list-box__wrapper--fluid--focus:not(.#{$prefix}--multi-select--filterable__wrapper)
.#{$prefix}--list-box__field--wrapper--input-focused {
outline: none;
}

.#{$prefix}--list-box__wrapper--fluid
Expand Down

0 comments on commit 0b7c307

Please sign in to comment.