]> _ Git - fluidbook-html5.git/commitdiff
wait #7919 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 26 Dec 2025 19:13:26 +0000 (20:13 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 26 Dec 2025 19:13:26 +0000 (20:13 +0100)
js/libs/fluidbook/fluidbook.keyboard.js
style/fluidbook.less

index a73baa519992a46cb447b3f2a0cf45deaa1dd862..8320f3b1ceaa43aea8abc37447ab3b47b14fc910 100644 (file)
@@ -23,7 +23,8 @@ function FluidbookKeyboard(fluidbook) {
         '#last', '#first', //.
         '#horizontalNav', '#afterSearch', '#menuOpener', //.
         '#logo', //.
-        '#credits',];
+        '#credits',
+    ];
     this.ignoreFocus = false;
 }
 
@@ -212,7 +213,6 @@ FluidbookKeyboard.prototype = {
             }
             list.push(this);
         });
-        console.log(selector, list, elements);
         if (list.length === 0) {
             return false;
         }
index cd9bdd485989fb0c809f0dc088c7a452094e90bc..1a78b512ddcae11398be25f76c6e79bcddee5a62 100644 (file)
@@ -1028,7 +1028,7 @@ footer#credits, header, #interface {
 footer {
   &#credits {
     .menu-burger & {
-      display: none;
+      opacity: 0;
     }
   }