fix DatePicker\TimePicker disabled focused style
This commit is contained in:
parent
95bf1bfae9
commit
4c9f841787
1 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-focused input{
|
&-focused input:not([disabled]){
|
||||||
.active();
|
.active();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue