From 0fe3afe2544926ff2d9f6f96cbe621924ea30ef7 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 11 Nov 2014 20:45:55 +0100 Subject: [PATCH] remove underline on focused link --- src/main/app/sass/generic/_misc.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/app/sass/generic/_misc.scss b/src/main/app/sass/generic/_misc.scss index f0cddb0c..34bc3b25 100644 --- a/src/main/app/sass/generic/_misc.scss +++ b/src/main/app/sass/generic/_misc.scss @@ -1,5 +1,6 @@ a:focus { outline: none; + text-decoration: none; } .container-full {