From: Alexander Ebert Date: Sun, 8 Feb 2015 10:23:30 +0000 (+0100) Subject: Disabled toolbar button hover on mobile devices X-Git-Tag: 2.1.0_RC_1~56 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5c8e6930980c6d8fcd5da0e3aca0f5b504f5ab94;p=GitHub%2FWoltLab%2FWCF.git Disabled toolbar button hover on mobile devices --- diff --git a/wcfsetup/install/files/style/redactor.less b/wcfsetup/install/files/style/redactor.less index 139926362d..f3c6891689 100644 --- a/wcfsetup/install/files/style/redactor.less +++ b/wcfsetup/install/files/style/redactor.less @@ -279,7 +279,7 @@ &.dropact { background-color: @wcfContainerHoverBackgroundColor; - .textShadow(@wcfButtonHoverBackgroundColor);*/ + .textShadow(@wcfButtonHoverBackgroundColor); > i { text-shadow: none; @@ -478,6 +478,10 @@ } @media only screen and (max-width: 800px) { + .redactor-toolbar > li > a:hover { + background-color: transparent !important; + } + .messageTabMenu { > nav > ul > li:not(.active) > a { > span.icon {