Skip to content

Commit

Permalink
Fix hover selector on Input container to avoid hovering on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundito committed Sep 7, 2022
1 parent 2cf034c commit 55e3a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-webapp/src/components/base/Input/Input.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
border-color: colors.$red;
}

&:not(.disabled):hover {
&:not(.disabled):not(.focused):hover {
background-color: colors.$grey-100;
border-color: colors.$grey-100;

Expand Down

0 comments on commit 55e3a63

Please sign in to comment.