From 5c8e6930980c6d8fcd5da0e3aca0f5b504f5ab94 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 8 Feb 2015 11:23:30 +0100 Subject: [PATCH] Disabled toolbar button hover on mobile devices --- wcfsetup/install/files/style/redactor.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 { -- 2.20.1