]> _ Git - fluidbook-html5.git/commitdiff
wait #7771 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 3 Oct 2025 13:36:06 +0000 (15:36 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 3 Oct 2025 13:36:06 +0000 (15:36 +0200)
style/links.less

index f2eda85d27dfd42f5657e518d0c6cf92152d231b..1f8dda1fde6c6e2fe8c14657dafce8a65be1cc73 100644 (file)
 
 .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;
     }
   }