Suppress embedded attachments in popovers from appearing as clickable content
authorAlexander Ebert <ebert@woltlab.com>
Sun, 10 Dec 2017 17:55:54 +0000 (18:55 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 10 Dec 2017 17:55:54 +0000 (18:55 +0100)
wcfsetup/install/files/style/ui/attachment.scss

index c37699d772ced73527311a22a967e59977faeb9a..1bcdf8b810124743afd192ebb8c6cce8a361b7ba 100644 (file)
                }
        }
 }
+
+.popoverContent .embeddedAttachmentLink,
+.popoverContent .embeddedImageLink {
+       /* this will also suppress the link being displayed in the browser's "status bar" on hover */
+       pointer-events: none;
+}