mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-06 10:38:31 +08:00
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:
parent
fe42f4404e
commit
86f58c36be
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user