Skip to content

Commit

Permalink
fix(CQ-4273833): Removed the tabindex=-1 from the color picker button (
Browse files Browse the repository at this point in the history
…#224)

Co-authored-by: unknown <ens13782@adobe.com>
  • Loading branch information
mariuscernescu and unknown committed Aug 3, 2022
1 parent 0041973 commit 448a0da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coral-component-colorinput/src/scripts/ColorInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ const ColorInput = Decorator(class extends BaseFormField(BaseComponent(HTMLEleme
} else {
this.classList.remove('_coral-ColorInput--swatch');
this._elements.input.removeAttribute('tabindex');
this._elements.colorPreview.setAttribute('tabindex', -1);
}

this._syncColorPreviewIcon();
Expand Down

0 comments on commit 448a0da

Please sign in to comment.