mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
Merge branch '1.x-stable' of github.com:ant-design/ant-design into 1.x-stable
This commit is contained in:
commit
be81b360fd
@ -341,8 +341,9 @@ form {
|
||||
color: @warning-color;
|
||||
}
|
||||
|
||||
//input-number
|
||||
.ant-input-number {
|
||||
//input-number, timepicker
|
||||
.ant-input-number,
|
||||
.ant-time-picker-input {
|
||||
border-color: @warning-color;
|
||||
box-shadow: 0 0 0 2px fade(@warning-color, 20%);
|
||||
&:not([disabled]):hover {
|
||||
@ -377,12 +378,13 @@ form {
|
||||
}
|
||||
|
||||
//timepicker
|
||||
.ant-time-picker-picker-icon:after {
|
||||
.ant-time-picker-icon:after {
|
||||
color: @error-color;
|
||||
}
|
||||
|
||||
//input-number
|
||||
.ant-input-number {
|
||||
//input-number, timepicker
|
||||
.ant-input-number,
|
||||
.ant-time-picker-input {
|
||||
border-color: @error-color;
|
||||
box-shadow: 0 0 0 2px fade(@error-color, 20%);
|
||||
&:not([disabled]):hover {
|
||||
|
Loading…
Reference in New Issue
Block a user