ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
30 lines (24 loc) • 416 B
text/less
@import './themes/default';
@import './mixins';
@import './anim';
@import './v2-compatible-reset';
*,
*:before,
*:after {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
background-color: @fill-body;
font-size: @font-size-base;
}
*[contenteditable] {
-webkit-user-select: auto ;
}
*:focus {
outline: none;
}
a {
background: transparent;
text-decoration: none;
outline: none;
}