mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Fix disabled DatePicker hover border color
This commit is contained in:
parent
a7a2c54fa8
commit
b3a325dc29
@ -38,7 +38,7 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:hover &-input {
|
||||
&:hover &-input:not([disabled]) {
|
||||
border-color: @primary-color;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user