Skip to content

Commit

Permalink
fix: input: ensures there is no visible outline on clear button hover (
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold authored Apr 13, 2022
1 parent 21d18f4 commit dbb10df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Inputs/input.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@
width: 35px;

&:hover {
border-color: transparent;
background-color: transparent;
color: var(--grey-color-80);
outline-color: transparent;

svg {
color: var(--grey-color-80);
Expand Down

0 comments on commit dbb10df

Please sign in to comment.