From: Vincent Vanwaelscappel Date: Mon, 29 Oct 2018 16:52:48 +0000 (+0100) Subject: wip #809 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a60458df0f8ab62200056c7c6458329ce61a2b41;p=fluidbook-html5.git wip #809 @0:20 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index cb11d36b..68e90e10 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -660,7 +660,7 @@ body, html { transition: opacity 250ms; opacity: 1; - .hidden { + &.hidden { transition: none; opacity: 0; }