fix(theme-chalk): [select] remove unnecessary codes of the select border (#18116)

This commit is contained in:
Lo 2024-09-02 12:58:32 +08:00 committed by GitHub
parent 27bdf1f076
commit 3f0842124b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,10 +39,6 @@
transition: getCssVar('transition', 'duration');
@include mixed-input-border(#{getCssVar('border-color')});
&:hover {
@include mixed-input-border(#{getCssVar('text-color')});
}
@include when(filterable) {
cursor: text;
}