Fix the problem that the value of popper border .is-light shows the dark style in the default state of the component "TimePicker/DatePicker/DateTimePicker" (#829)

This commit is contained in:
leeleanlean 2020-12-04 17:33:26 +08:00 committed by GitHub
parent fe42f4404e
commit 86f58c36be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,10 +25,10 @@
@include when(light) {
background: $--color-white;
border: 1px solid $--color-text-primary;
border: 1px solid $--border-color-light;
#{$arrow-selector}::before {
border: 1px solid $--color-text-primary;
border: 1px solid $--border-color-light;
background: $--color-white;
right: 0;
}