From: Alexander Ebert Date: Sat, 10 Apr 2021 14:02:36 +0000 (+0200) Subject: Hide the quote tooltip while dragging the touch selection X-Git-Tag: 5.3.6~18 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f0deee75d5f3cbba7d82f1f50f6791b24b0cece9;p=GitHub%2FWoltLab%2FWCF.git Hide the quote tooltip while dragging the touch selection --- diff --git a/wcfsetup/install/files/style/ui/tooltip.scss b/wcfsetup/install/files/style/ui/tooltip.scss index bc7f6f78b5..f86ebe829c 100644 --- a/wcfsetup/install/files/style/ui/tooltip.scss +++ b/wcfsetup/install/files/style/ui/tooltip.scss @@ -50,7 +50,7 @@ z-index: 350; &.touchForceInaccessible { - pointer-events: none !important; + display: none; } @include screen-md-down {