fix DatePicker\TimePicker disabled focused style

This commit is contained in:
梁灏 2021-09-07 10:44:13 +08:00
parent 95bf1bfae9
commit 4c9f841787

View file

@ -54,7 +54,7 @@
box-shadow: 0 0 0 1px @primary-color inset; box-shadow: 0 0 0 1px @primary-color inset;
} }
} }
&-cell{ &-cell{
span&{ span&{
width: 28px; width: 28px;
@ -235,7 +235,7 @@
width: auto; width: auto;
} }
&-focused input{ &-focused input:not([disabled]){
.active(); .active();
} }
} }