mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-22 23:20:36 +03:00
perf: remove IE 10's clear button X
This commit is contained in:
@@ -66,6 +66,9 @@ $primary-color: #1284e7;
|
|||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
&::-ms-clear {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx-input-append {
|
.mx-input-append {
|
||||||
|
|||||||
Reference in New Issue
Block a user