From 27fd702f2c3cf948df89eb69632a8faf4e88c2f7 Mon Sep 17 00:00:00 2001 From: paramjit singh <91942072+parmishh@users.noreply.github.com> Date: Fri, 28 Jul 2023 21:08:40 +0530 Subject: [PATCH] The pointer disappears when I try to click on search icon #4629 The pointer disappears when I try to click on search icon #4629 Signed-off-by: paramjit singh <91942072+parmishh@users.noreply.github.com> --- src/reusecore/Search/searchbox.style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reusecore/Search/searchbox.style.js b/src/reusecore/Search/searchbox.style.js index 91f4b95ff0a7..f497917cd0f6 100644 --- a/src/reusecore/Search/searchbox.style.js +++ b/src/reusecore/Search/searchbox.style.js @@ -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;