FIX: Limit previous IE SVG click event fix

Fixes issues with clicking SVG icons in Safari, IE11, Edge
This commit is contained in:
Penar Musaraj 2018-12-28 10:18:53 -05:00
parent 74f0bd08c0
commit fdfb7ed764

View File

@ -12,8 +12,7 @@
}
// Fixes Edge bug with SVG elements not triggering click event
svg,
svg use {
svg > use {
pointer-events: none;
}