From 9ec2871213f03d5834fe6526e227f0632a769684 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 26 Dec 2025 20:13:26 +0100 Subject: [PATCH] wait #7919 @1 --- js/libs/fluidbook/fluidbook.keyboard.js | 4 ++-- style/fluidbook.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/libs/fluidbook/fluidbook.keyboard.js b/js/libs/fluidbook/fluidbook.keyboard.js index a73baa51..8320f3b1 100644 --- a/js/libs/fluidbook/fluidbook.keyboard.js +++ b/js/libs/fluidbook/fluidbook.keyboard.js @@ -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; } diff --git a/style/fluidbook.less b/style/fluidbook.less index cd9bdd48..1a78b512 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1028,7 +1028,7 @@ footer#credits, header, #interface { footer { &#credits { .menu-burger & { - display: none; + opacity: 0; } } -- 2.39.5