From 8a3824b9ca89320fde880d5a139275126870e58b Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sat, 27 Oct 2018 11:27:43 +0100 Subject: [PATCH] click-through svg on tag tile context menu to make it less weird Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/views/context_menus/_TagTileContextMenu.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/css/views/context_menus/_TagTileContextMenu.scss b/res/css/views/context_menus/_TagTileContextMenu.scss index 759b92bd68..799151b198 100644 --- a/res/css/views/context_menus/_TagTileContextMenu.scss +++ b/res/css/views/context_menus/_TagTileContextMenu.scss @@ -25,6 +25,10 @@ limitations under the License. line-height: 16px; } +.mx_TagTileContextMenu_item object { + pointer-events: none; +} + .mx_TagTileContextMenu_item_icon { padding-right: 8px;