mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Limit previous IE SVG click event fix
Fixes issues with clicking SVG icons in Safari, IE11, Edge
This commit is contained in:
parent
74f0bd08c0
commit
fdfb7ed764
@ -12,8 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Fixes Edge bug with SVG elements not triggering click event
|
// Fixes Edge bug with SVG elements not triggering click event
|
||||||
svg,
|
svg > use {
|
||||||
svg use {
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user