]> _ Git - fluidbook-html5.git/commitdiff
wait #3852 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 25 Aug 2020 13:44:37 +0000 (15:44 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 25 Aug 2020 13:44:37 +0000 (15:44 +0200)
style/fluidbook.less

index 599fd7afbd35b7f4893270bcf2fe3af66665a5dc..2ecc839558d55d82c976abad33ed7d63499653f7 100644 (file)
@@ -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 {