]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_text.scss
Fixed failing test and added more accessibility improvements
[bookstack] / resources / assets / sass / _text.scss
index f4406144dc21aa64fc7461bd151f42ce8b97e593..315f08c34b77261ce18ab6c1c7560441f8788dfb 100644 (file)
@@ -106,6 +106,10 @@ a {
     position: relative;
     display: inline-block;
   }
+  &:focus img:only-child {
+    outline: 2px dashed var(--color-primary);
+    outline-offset: 2px;
+  }
 }
 
 .blended-links a {