Files
c-cms-legacy/resources/theme/material-kit/assets/scss/material-kit/_reboot.scss
2019-08-14 15:29:37 -04:00

25 lines
411 B
SCSS
Vendored

body {
background-color: #FFFFFF;
}
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;
// }
//}