mdb-ui-kit/scss/_reboot.scss
FezVrasta 750ba9b897 The big leap 🚀💨
2017-08-11 16:59:31 +02:00

25 lines
420 B
SCSS

body {
font-weight: $bmd-font-weight-base;
}
a {
&:focus {
outline: none; // remove the terrible @include tab-focus();
}
}
button:focus {
outline: none;
//outline: 1px dotted;
//outline: 5px auto -webkit-focus-ring-color;
}
//// Prevent highlight on mobile
//* {
// -webkit-tap-highlight-color: rgba($white, 0);
// -webkit-tap-highlight-color: transparent;
// &:focus {
// outline: 0;
// }
//}