From aa248f74bd88a23bb39512a6cbd139f76daf1124 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 9 Jul 2016 14:43:19 +0200 Subject: [PATCH] style.scss: do not show the outline for a:focus --- style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.scss b/style.scss index 9d2e87d..b624184 100644 --- a/style.scss +++ b/style.scss @@ -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 { -- 2.1.4