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:
authorLukas Winkler <git@lw1.at>2020-09-11 22:58:53 +0300
committerGitHub <noreply@github.com>2020-09-11 22:58:53 +0300
commita51bf02fd93e48f2b26afbdb550182071577068e (patch)
tree6e16591dad29e6ec0e06f7ad248f2f72479bb111 /plugins/Morpheus
parent5fe0d1a387ba2db0d76fdc69975cf9e5535f5a52 (diff)
don't use zoom: 1 in CSS (#16426)
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/base/mixins.less2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Morpheus/stylesheets/base/mixins.less b/plugins/Morpheus/stylesheets/base/mixins.less
index 9c6a802239..5028d33592 100644
--- a/plugins/Morpheus/stylesheets/base/mixins.less
+++ b/plugins/Morpheus/stylesheets/base/mixins.less
@@ -1,6 +1,4 @@
.clearfix {
- *zoom: 1;
-
&::after {
content: "";
display: table;