aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/base/frontend/src/main/components/search/search.scss3
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css7
2 files changed, 8 insertions, 2 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
+}
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css
index f40aa33d..51165883 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -225,6 +225,7 @@ code.paragraph {
display: flex;
justify-content: flex-end;
padding-right: 24px;
+ cursor: pointer;
}
.strikethrough {
@@ -247,6 +248,10 @@ code.paragraph {
line-height: 24px;
}
+.copy-icon {
+ cursor: pointer;
+}
+
.symbol span.copy-icon path {
fill: #637282;
}
@@ -1060,4 +1065,4 @@ div.runnablesample {
box-shadow: 0 0 0 0.2em #c8e1ff;
margin-top: 0.2em;
margin-bottom: 0.2em;
-} \ No newline at end of file
+}