Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Tran authored and Andrew Tran committed Jul 7, 2023
1 parent be5619e commit 4b37657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/terra-search-field/src/SearchField.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}

&:focus {
box-shadow: var(--terra-search-field-button-box-shadow);
box-shadow: var(--terra-search-field-clear-focus-box-shadow);
outline: var(--terra-search-field-focus-keyboard-outline, 2px dashed #000);
outline-offset: var(--terra-search-field-focus-keyboard-outline-offset, 1px);
z-index: 1;
Expand Down

0 comments on commit 4b37657

Please sign in to comment.