From 3431a29fa321413972124a2fc9f11fdccac06f15 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 16 Jul 2020 12:11:58 +0200 Subject: [PATCH] wip #3790 @0.5 --- style/fluidbook.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 5ca56219..73feaabf 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1301,12 +1301,19 @@ html.ios body.portrait #interface { background-color: @links-area-color; } - &:hover, &.hover, &:focus { + &:hover, &.hover { .using-mouse & { opacity: 1 !important; background-color: @links-area-color; } } + + &:focus { + .keyboard-navigating & { + opacity: 1 !important; + background-color: @links-area-color; + } + } } } -- 2.39.5