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);