From e8547f54629f320bb212bf6082c4495112a81cd0 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 10 Dec 2017 18:55:54 +0100 Subject: [PATCH] Suppress embedded attachments in popovers from appearing as clickable content --- wcfsetup/install/files/style/ui/attachment.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wcfsetup/install/files/style/ui/attachment.scss b/wcfsetup/install/files/style/ui/attachment.scss index c37699d772..1bcdf8b810 100644 --- a/wcfsetup/install/files/style/ui/attachment.scss +++ b/wcfsetup/install/files/style/ui/attachment.scss @@ -216,3 +216,9 @@ } } } + +.popoverContent .embeddedAttachmentLink, +.popoverContent .embeddedImageLink { + /* this will also suppress the link being displayed in the browser's "status bar" on hover */ + pointer-events: none; +} -- 2.20.1