From 59f0297d512be8902796d4011e0af14e78559ac8 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 3 Oct 2025 15:36:06 +0200 Subject: [PATCH] wait #7771 @0:20 --- style/links.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; } } -- 2.39.5