From: Vincent Vanwaelscappel Date: Tue, 25 Aug 2020 13:44:37 +0000 (+0200) Subject: wait #3852 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3ca7310abd7e54d9c5a0b1c89eaff98a17b5b940;p=fluidbook-html5.git wait #3852 @0.5 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 599fd7af..2ecc8395 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1274,12 +1274,15 @@ html.ios body.portrait #interface { &.textLink { white-space: nowrap; - &[data-animations] { transform-origin: 0 100%; opacity: 0; } } + + &[data-animation-hide] { + display: none; + } } @links-area-color: fadeout(@links-color, 70%); @@ -2001,7 +2004,7 @@ form input[type="text"], form input[type="email"] { margin-right: @thumb-width; } - @extrashadowheight: min(22, @thumb-height*0.2); + @extrashadowheight: min(22, @thumb-height * 0.2); @shade-height: unit(@thumb-height+@extrashadowheight, px); &:before {