From 4fadfdbfe86814d1296ba57c42b618f83d70f0fb Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Thu, 21 Jan 2016 16:13:26 -0600 Subject: [PATCH] remove the terrible bs4 tab-focus on links --- scss/_reboot.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 52d5a1ae..ec3f0a6d 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -2,6 +2,12 @@ body { font-weight: $mdb-font-weight-base; } +a { + &:focus { + outline: none; // remove the terrible @include tab-focus(); + } +} + //// Prevent highlight on mobile //* { // -webkit-tap-highlight-color: rgba($white, 0);