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:
authorThomas Steur <thomas.steur@gmail.com>2015-08-18 13:59:36 +0300
committersgiehl <stefan@piwik.org>2015-10-06 18:25:25 +0300
commit5c63a59fd1dfd4972635e699fe217f4908c774ab (patch)
treefbd08bee9ad4a6b65d0be39d50ffff4be21ad440 /plugins/Morpheus
parent6307be0b45268d744e3d1db80e2087dca538ade5 (diff)
make sure to remove the actual filter
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/base/mixins.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/base/mixins.less b/plugins/Morpheus/stylesheets/base/mixins.less
index b9e004d213..c9b6f5345d 100644
--- a/plugins/Morpheus/stylesheets/base/mixins.less
+++ b/plugins/Morpheus/stylesheets/base/mixins.less
@@ -56,5 +56,4 @@
.opacity(@opacity) {
opacity: @opacity;
- filter: ~"alpha(opacity=@{opacity-ie})";
} \ No newline at end of file