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>2021-12-08 03:11:42 +0300
committerGitHub <noreply@github.com>2021-12-08 03:11:42 +0300
commit5f2aaa359c70348da841c883fdcefc396dff69d4 (patch)
tree320fdd8cb5af7d76422cf5a76243b36b54456476 /plugins/Live
parent2da215c65d77fb273c7899fd23e65c67bc50c4f8 (diff)
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 <justin@innocraft.com>
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/stylesheets/live.less12
-rw-r--r--plugins/Live/stylesheets/visitor_profile.less2
2 files changed, 2 insertions, 12 deletions
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;