RCFilters: Make the pulsating animation on the live update button not block clicks
authorRoan Kattouw <roan.kattouw@gmail.com>
Fri, 21 Jul 2017 17:45:29 +0000 (10:45 -0700)
committerRoan Kattouw <roan.kattouw@gmail.com>
Fri, 21 Jul 2017 17:45:29 +0000 (10:45 -0700)
Change-Id: I37b06b1464ae9ca70f5f85277cc46ac102aa0ec3

resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.LiveUpdateButtonWidget.less

index e8f504a..04f4174 100644 (file)
@@ -7,6 +7,7 @@
                &:after {
                        content: '';
                        mix-blend-mode: screen;
+                       pointer-events: none;
                        position: absolute;
                        width: 1.875em;
                        height: 1.875em;