]> _ Git - fluidbook-html5.git/commitdiff
wip #3790 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 16 Jul 2020 10:11:58 +0000 (12:11 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 16 Jul 2020 10:11:58 +0000 (12:11 +0200)
style/fluidbook.less

index 5ca562193b715c061686c5eb491dfedfbc13572d..73feaabf73b0bd4a8fed4ae61e294adb29a002eb 100644 (file)
@@ -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;
+      }
+    }
   }
 }