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 01dc998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ export const _FilterableWithLayer = () => {
return (
<div style={{ width: 300 }}>
<FilterableMultiSelect
invalid
id="carbon-multiselect-example-3"
titleText="First Layer"
helperText="This is helper text"
Expand Down
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 01dc998

Please sign in to comment.