Disabled toolbar button hover on mobile devices
authorAlexander Ebert <ebert@woltlab.com>
Sun, 8 Feb 2015 10:23:30 +0000 (11:23 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 8 Feb 2015 10:23:30 +0000 (11:23 +0100)
wcfsetup/install/files/style/redactor.less

index 139926362dfbe9028b1e89e164ca6919fea1c515..f3c689168994373e13b4f77853ac3dab948ee445 100644 (file)
                        &.dropact {
                                background-color: @wcfContainerHoverBackgroundColor;
                                
-                               .textShadow(@wcfButtonHoverBackgroundColor);*/
+                               .textShadow(@wcfButtonHoverBackgroundColor);
                                
                                > i {
                                        text-shadow: none;
 }
 
 @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 {