aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/frontend
diff options
context:
space:
mode:
authorMuhammad Hamza <47357913+hamza1311@users.noreply.github.com>2020-08-24 01:54:27 -0700
committerGitHub <noreply@github.com>2020-08-24 10:54:27 +0200
commit3081432fc836392abc9b013eb89103a22fb51b0f (patch)
treef059c7920f70b4f1d3541836a581ece91d13d195 /plugins/base/frontend
parent8b0b4604f834ac5edd4f9569647fdfd0a966e768 (diff)
downloaddokka-3081432fc836392abc9b013eb89103a22fb51b0f.tar.gz
dokka-3081432fc836392abc9b013eb89103a22fb51b0f.tar.bz2
dokka-3081432fc836392abc9b013eb89103a22fb51b0f.zip
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
Diffstat (limited to 'plugins/base/frontend')
-rw-r--r--plugins/base/frontend/src/main/components/search/search.scss3
1 files changed, 2 insertions, 1 deletions
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
+}