mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 05:07:01 +03:00
25 lines
420 B
SCSS
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;
|
|
// }
|
|
//}
|