Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-10-15 10:31:40 +0300
committerGitHub <noreply@github.com>2020-10-15 10:31:40 +0300
commit81e5f36429db254dfeb5bc3ccc545b0dde1b18da (patch)
tree5ca4b466211a30861e5bfaf117de764ea8f8c8e5 /plugins/CoreHome/templates
parentd58aee2106fa78456c26e8dde6e182917ec7e948 (diff)
Fix icon align of outlinks in datatables (#16492)
* Fix icon align of outlinks in datatables * improve styling * Move datatable icons to matomo font * replace icon in multisites report * improve css * improve css so it looks good on all os/browser * small adjustments * Adjust multisites data table * updates expected screenshots * move plus/minus icon one pixel down * move outlink icon one pixel down * updates expected screenshots * improve icon css * increase size of plus/minus icon * updates expected screenshots * updates submodules * fix ui test
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_dataTableCell.twig3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/CoreHome/templates/_dataTableCell.twig b/plugins/CoreHome/templates/_dataTableCell.twig
index 2021a75262..8f58c15029 100644
--- a/plugins/CoreHome/templates/_dataTableCell.twig
+++ b/plugins/CoreHome/templates/_dataTableCell.twig
@@ -6,8 +6,7 @@
target="_blank"
href='{% if row.getMetadata('url')|slice(0,4) not in ['http','ftp:'] %}http://{% endif %}{{ row.getMetadata('url')|rawSafeDecoded }}'>
{% if not row.getMetadata('logo') %}
- <img class="link" width="10" height="9"
- src="plugins/Morpheus/images/link.png"/>
+ <span class="icon-outlink"></span>
{% endif %}
{% endif %}