From: Vincent Vanwaelscappel Date: Fri, 3 Oct 2025 13:36:06 +0000 (+0200) Subject: wait #7771 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=59f0297d512be8902796d4011e0af14e78559ac8;p=fluidbook-html5.git wait #7771 @0:20 --- diff --git a/style/links.less b/style/links.less index f2eda85d..1f8dda1f 100644 --- a/style/links.less +++ b/style/links.less @@ -135,13 +135,13 @@ .link { &[data-autohide="1"] { - pointer-events: none; - opacity: 0; - transition: opacity 0.5s; + pointer-events: none !important; + opacity: 0 !important; + transition: opacity 0.5s !important; &.playing { - opacity: 1; - pointer-events: all; + opacity: 1 !important; + pointer-events: all !important; } }