2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-05 16:32:26 +03:00

perf: remove IE 10's clear button X

This commit is contained in:
mengxiong10
2019-03-11 21:56:17 +08:00
parent e7775d64c2
commit 6a990d8ba9
+3
View File
@@ -66,6 +66,9 @@ $primary-color: #1284e7;
&:focus {
outline: none;
}
&::-ms-clear {
display: none;
}
}
.mx-input-append {