remove the terrible bs4 tab-focus on links

This commit is contained in:
Kevin Ross 2016-01-21 16:13:26 -06:00
parent 56d61691b5
commit 4fadfdbfe8

View File

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