From 3081432fc836392abc9b013eb89103a22fb51b0f Mon Sep 17 00:00:00 2001 From: Muhammad Hamza <47357913+hamza1311@users.noreply.github.com> Date: Mon, 24 Aug 2020 01:54:27 -0700 Subject: Set cursor value to pointer for various buttons (#1369) * Set cursor value to pointer nav button and copy-icon * Set cursor to pointer for search button --- plugins/base/frontend/src/main/components/search/search.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/base/frontend') diff --git a/plugins/base/frontend/src/main/components/search/search.scss b/plugins/base/frontend/src/main/components/search/search.scss index e708ef84..e42c2b4c 100644 --- a/plugins/base/frontend/src/main/components/search/search.scss +++ b/plugins/base/frontend/src/main/components/search/search.scss @@ -3,6 +3,7 @@ border: none; fill: #637282; background: #F4F4F4; + cursor: pointer; &:focus { outline: none; @@ -30,4 +31,4 @@ .template-description { color: gray; justify-self: end; -} \ No newline at end of file +} -- cgit