ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
47 lines (39 loc) • 782 B
text/less
@import './themes/default';
@import './mixins';
@import './anim';
@import './v2-compatible-reset';
*,
*::before,
*::after {
box-sizing: border-box;
-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;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
-webkit-appearance: none;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}