From a60458df0f8ab62200056c7c6458329ce61a2b41 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 29 Oct 2018 17:52:48 +0100 Subject: [PATCH] wip #809 @0:20 --- style/fluidbook.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5