]> _ Git - fluidbook-html5.git/commitdiff
fix #3776 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 8 Jul 2020 10:13:38 +0000 (12:13 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 8 Jul 2020 10:13:38 +0000 (12:13 +0200)
style/accessibility.less
style/fluidbook.less

index ad8b3735fe5af84fce07c1f50253f0a455875b3e..15be9b003df1ef8026368255cb54b8a26e5b40a2 100644 (file)
@@ -6,4 +6,12 @@
   position: absolute;
   white-space: nowrap;
   width: 1px;
+}
+
+:focus {
+  outline: 1px dotted currentColor;
+}
+
+#q:focus{
+outline: 0;
 }
\ No newline at end of file
index 64f7bc1fc776ca63e30d293677ec4c342e641116..003f82ba591b8edbf865822587a945485c668c64 100644 (file)
@@ -81,7 +81,7 @@ img {
   box-sizing: content-box;
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box;
-  ifra -ms-box-sizing: content-box;
+  -ms-box-sizing: content-box;
   -o-box-sizing: content-box;
 
   -webkit-user-select: none;