* commit '638fbcb0bcd4f781b12d2d97f811a5e16e9c08d0': ie中input自带叉号没去掉
@ -249,14 +249,16 @@ a {
a:focus {
outline: 0;
}
input::-webkit-contacts-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
input::-ms-clear {
visibility: hidden;
display: none !important;
pointer-events: none;
position: absolute;
right: 0;
display: none;
input,
textarea {
margin: 0;
@ -19,14 +19,16 @@ a {
@ -15,13 +15,16 @@ a:focus {
input {
&::-webkit-contacts-auto-fill-button,&::-ms-clear {
&::-webkit-contacts-auto-fill-button {
&::-ms-clear {