Skip to content

Commit

Permalink
Merge pull request #4651 from parmishh/master
Browse files Browse the repository at this point in the history
fix: The pointer disappears when I try to click on search icon #4629
  • Loading branch information
leecalcote authored Jul 31, 2023
2 parents 9180d3d + 27fd702 commit fcbb532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reusecore/Search/searchbox.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const SearchWrapper = styled.div`
position: absolute;
right: 0px;
top: 0;
cursor: none;
cursor: pointer;
height: 100%;
min-width: 20px;
border-radius: 5px;
Expand Down

0 comments on commit fcbb532

Please sign in to comment.