Improved the tooltip for quotes on mobile devices
authorAlexander Ebert <ebert@woltlab.com>
Thu, 13 Feb 2020 20:08:18 +0000 (21:08 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 13 Feb 2020 20:08:18 +0000 (21:08 +0100)
wcfsetup/install/files/style/ui/tooltip.scss

index 53f305fb1d2909a1707e2ce45ecc9b413ac73623..679e11f0136c83e1ec2d886556916d92196933f7 100644 (file)
 }
 
 #quoteManagerCopy {
+       /* Prevent the tooltip from being selected on touch devices. */
+       user-select: none;
+       
        z-index: 350;
+       
+       @include screen-md-down {
+               @include wcfFontDefault;
+       }
 }