]> _ Git - cubeextranet.git/commitdiff
wip #1377
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 2 May 2017 16:10:32 +0000 (16:10 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 2 May 2017 16:10:32 +0000 (16:10 +0000)
inc/ws/Util/html5/class.ws.html5.compiler.php

index 7568c4c31b83c52fd620e801ae71a6700fd77380..fd73ada2978ce78d358b09bc49d01d5d64d5052e 100644 (file)
@@ -1267,7 +1267,6 @@ class wsHTML5Compiler {
                $res[] = '.link a.displayArea:hover,.link a.displayArea.animating{background-color:' . self::colorToCSS($this->theme->parametres->linksColor, 0.4) . ';}';
                $res[] = '.link a.displayArea:hover{opacity:1 !important;}';
                $res[] = '.link a.displayArea{-webkit-tap-highlight-color:' . self::colorToCSS($this->theme->parametres->linksColor, 0.4) . ';background-color:' . self::colorToCSS($this->theme->parametres->linksColor, 0.0001) . ';}';
-               $res[] = '.link a.displayArea.animating {' . self::writeCSSUA('transition', 'opacity ' . $this->book->parametres->linkBlinkTime . 's ease-in') . '}';
 
                // Bookmarks
                if (!isset($this->book->parametres->bookmarkCornerSize)) {