2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-22 22:20:36 +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 { &:focus {
outline: none; outline: none;
} }
&::-ms-clear {
display: none;
}
} }
.mx-input-append { .mx-input-append {