From 76e68c09d89c31a1af10d6b51b8365e94e2cf81a Mon Sep 17 00:00:00 2001 From: Benjamin Gamard Date: Thu, 8 Mar 2018 20:00:47 +0100 Subject: [PATCH] fix icons --- .../webapp/src/partial/docs/settings.workflow.edit.html | 6 ++++-- docs-web/src/main/webapp/src/style/main.less | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs-web/src/main/webapp/src/partial/docs/settings.workflow.edit.html b/docs-web/src/main/webapp/src/partial/docs/settings.workflow.edit.html index ba76068f..f4d598b5 100644 --- a/docs-web/src/main/webapp/src/partial/docs/settings.workflow.edit.html +++ b/docs-web/src/main/webapp/src/partial/docs/settings.workflow.edit.html @@ -64,7 +64,9 @@ typeahead-wait-ms="200" />
- + + +
@@ -86,7 +88,7 @@
diff --git a/docs-web/src/main/webapp/src/style/main.less b/docs-web/src/main/webapp/src/style/main.less index d05d5e64..7a27646f 100644 --- a/docs-web/src/main/webapp/src/style/main.less +++ b/docs-web/src/main/webapp/src/style/main.less @@ -402,11 +402,14 @@ input[readonly].share-link { right: 0; font-size: 500%; color: #242424; + text-decoration: none !important; .fas { text-shadow: 0 0 20px #fff; top: 50%; transform: translateY(-50%); + display: block; + position: relative; } &:hover {