From: Vincent Vanwaelscappel Date: Thu, 16 Jul 2020 10:11:58 +0000 (+0200) Subject: wip #3790 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3431a29fa321413972124a2fc9f11fdccac06f15;p=fluidbook-html5.git wip #3790 @0.5 --- 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; + } + } } }