Skip to content

Commit fcbb532

Browse files
authored
Merge pull request #4651 from parmishh/master
fix: The pointer disappears when I try to click on search icon #4629
2 parents 9180d3d + 27fd702 commit fcbb532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reusecore/Search/searchbox.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const SearchWrapper = styled.div`
2525
position: absolute;
2626
right: 0px;
2727
top: 0;
28-
cursor: none;
28+
cursor: pointer;
2929
height: 100%;
3030
min-width: 20px;
3131
border-radius: 5px;

0 commit comments

Comments
 (0)