diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-08 11:42:50 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-14 11:44:44 +0200 |
commit | 60dc681dbf066bf2afa19992c678a132bdc19d54 (patch) | |
tree | a655d1cd49119145315481e49db05156ee5876a8 /server/sonar-web/src/main/js/components/workspace/templates | |
parent | f33fe37fdfec193bc0dfded8753b7dcaf377866e (diff) | |
download | sonarqube-60dc681dbf066bf2afa19992c678a132bdc19d54.tar.gz sonarqube-60dc681dbf066bf2afa19992c678a132bdc19d54.zip |
SONAR-8591 Update link icon
Diffstat (limited to 'server/sonar-web/src/main/js/components/workspace/templates')
-rw-r--r-- | server/sonar-web/src/main/js/components/workspace/templates/workspace-rule.hbs | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/workspace/templates/workspace-rule.hbs b/server/sonar-web/src/main/js/components/workspace/templates/workspace-rule.hbs index dbfd3ddd264..e8dc6a168fa 100644 --- a/server/sonar-web/src/main/js/components/workspace/templates/workspace-rule.hbs +++ b/server/sonar-web/src/main/js/components/workspace/templates/workspace-rule.hbs @@ -42,7 +42,18 @@ {{/if}} <li class="pull-right spacer-left"> - <a class="icon-link" target="_blank" href="{{link permalink}}"></a> + <a class="link-no-underline" target="_blank" href="{{link permalink}}"> + <svg + xmlns="http://www.w3.org/2000/svg" + height=14 + width=14 + viewBox="0 0 16 16"> + <path + fill="currentColor" + d="M13.501 11.429q0-0.357-0.25-0.607l-1.857-1.857q-0.25-0.25-0.607-0.25-0.375 0-0.643 0.286 0.027 0.027 0.17 0.165t0.192 0.192 0.134 0.17 0.116 0.228 0.031 0.246q0 0.357-0.25 0.607t-0.607 0.25q-0.134 0-0.246-0.031t-0.228-0.116-0.17-0.134-0.192-0.192-0.165-0.17q-0.295 0.277-0.295 0.652 0 0.357 0.25 0.607l1.839 1.848q0.241 0.241 0.607 0.241 0.357 0 0.607-0.232l1.313-1.304q0.25-0.25 0.25-0.598zM7.224 5.134q0-0.357-0.25-0.607l-1.839-1.848q-0.25-0.25-0.607-0.25-0.348 0-0.607 0.241l-1.313 1.304q-0.25 0.25-0.25 0.598 0 0.357 0.25 0.607l1.857 1.857q0.241 0.241 0.607 0.241 0.375 0 0.643-0.277-0.027-0.027-0.17-0.165t-0.192-0.192-0.134-0.17-0.116-0.228-0.031-0.246q0-0.357 0.25-0.607t0.607-0.25q0.134 0 0.246 0.031t0.228 0.116 0.17 0.134 0.192 0.192 0.165 0.17q0.295-0.277 0.295-0.652zM15.215 11.429q0 1.071-0.759 1.813l-1.313 1.304q-0.741 0.741-1.813 0.741-1.080 0-1.821-0.759l-1.839-1.848q-0.741-0.741-0.741-1.813 0-1.098 0.786-1.866l-0.786-0.786q-0.768 0.786-1.857 0.786-1.071 0-1.821-0.75l-1.857-1.857q-0.75-0.75-0.75-1.821t0.759-1.813l1.313-1.304q0.741-0.741 1.813-0.741 1.080 0 1.821 0.759l1.839 1.848q0.741 0.741 0.741 1.813 0 1.098-0.786 1.866l0.786 0.786q0.768-0.786 1.857-0.786 1.071 0 1.821 0.75l1.857 1.857q0.75 0.75 0.75 1.821z" + /> + </svg> + </a> </li> <li class="pull-right"> |