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:
@@ -66,6 +66,9 @@ $primary-color: #1284e7;
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
&::-ms-clear {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.mx-input-append {
|
||||
|
||||
Reference in New Issue
Block a user