From b1acf3d711af65b15d4d4aede87666393afa51aa Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Sun, 16 Aug 2020 11:26:02 +0200 Subject: [PATCH] remove focus border from btn-link --- src/style/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style/main.scss b/src/style/main.scss index 7c1be73..dca1b55 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -54,6 +54,10 @@ h1, h2, h3, h4, h5 { color: #fff; } +.btn-link:focus { + box-shadow: none !important; +} + $enable-print-styles: false; $enable-responsive-font-sizes: true;