style.scss: do not show the outline for a:focus
authorAntonio Ospite <ao2@ao2.it>
Sat, 9 Jul 2016 12:43:19 +0000 (14:43 +0200)
committerAntonio Ospite <ao2@ao2.it>
Sat, 9 Jul 2016 12:43:19 +0000 (14:43 +0200)
style.scss

index 9d2e87d..b624184 100644 (file)
@@ -64,6 +64,9 @@ h1, h2, h3, h4, h5, h6 {
 a {
   @include link-colors($accent-color, $accent-color-lighter, $accent-color, $accent-color-darker, $accent-color);
   text-decoration: none;
+  &:focus {
+    outline: none;
+  }
 }
 
 .block {