From 5f2aaa359c70348da841c883fdcefc396dff69d4 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Wed, 8 Dec 2021 01:11:42 +0100 Subject: Improve site without data page (#18462) * Improve site without data page * updates expected screenshots * use less mixin for matomo font css * fix typo * updates expected test files * Wording tweaks * Updated UI test screenshots Co-authored-by: Justin Velluppillai --- plugins/Live/stylesheets/live.less | 12 +----------- plugins/Live/stylesheets/visitor_profile.less | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'plugins/Live') diff --git a/plugins/Live/stylesheets/live.less b/plugins/Live/stylesheets/live.less index 5f121dce8c..7d4d87ea37 100644 --- a/plugins/Live/stylesheets/live.less +++ b/plugins/Live/stylesheets/live.less @@ -223,17 +223,7 @@ ol.actionList > li:not(.pageviewActions) { margin-top: 2px; float: left; margin-right: 5px; - - // copied frim [class^=icon-] style - font-family: 'matomo' !important; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; + .matomo-icon(); } } } diff --git a/plugins/Live/stylesheets/visitor_profile.less b/plugins/Live/stylesheets/visitor_profile.less index 0fd91fb8fd..aa199cdfd5 100644 --- a/plugins/Live/stylesheets/visitor_profile.less +++ b/plugins/Live/stylesheets/visitor_profile.less @@ -78,12 +78,12 @@ margin-right: 5px; &:before { + .matomo-icon(); color: #000; background-color: #fff; font-size: 16px; line-height: 16px; font-weight: 400; - font-family: matomo; padding: 1px; height: 18px; display: block; -- cgit v1.2.3