Skip to content

Commit

Permalink
fix(search): adjust icon and hover styles on Close16 button for Chrom…
Browse files Browse the repository at this point in the history
…e's new autofill color (#4891)
  • Loading branch information
abbeyhrt authored and joshblack committed Jan 6, 2020
1 parent caf8087 commit 62dee03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2285,6 +2285,7 @@ exports[`DataTable should render 1`] = `
</label>
<input
aria-hidden={true}
autoComplete="off"
className="bx--search-input"
id="custom-id"
onChange={[Function]}
Expand Down Expand Up @@ -3262,6 +3263,7 @@ exports[`DataTable sticky header should render 1`] = `
</label>
<input
aria-hidden={true}
autoComplete="off"
className="bx--search-input"
id="custom-id"
onChange={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ exports[`DataTable.TableToolbarSearch should render 1`] = `
</label>
<input
aria-hidden={true}
autoComplete="off"
className="bx--search-input"
id="custom-id"
onChange={[Function]}
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/components/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export default class Search extends Component {
</label>
<input
role="searchbox"
autoComplete="off"
{...other}
type={type}
className={`${prefix}--search-input`}
Expand Down

0 comments on commit 62dee03

Please sign in to comment.