mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-09 18:43:23 +08:00
fix style in range select
This commit is contained in:
parent
450a3142ee
commit
004561ba1f
@ -214,7 +214,8 @@
|
|||||||
background: tint(@primary-color, 80%);
|
background: tint(@primary-color, 80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-selected-date &-date {
|
&-selected-date, &-selected-start-date, &-selected-end-date {
|
||||||
|
.@{calendar-prefix-cls}-date {
|
||||||
background: @primary-color;
|
background: @primary-color;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: @border-width-base @border-style-base transparent;
|
border: @border-width-base @border-style-base transparent;
|
||||||
@ -223,6 +224,7 @@
|
|||||||
background: @primary-color;
|
background: @primary-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&-disabled-cell &-date {
|
&-disabled-cell &-date {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
Loading…
Reference in New Issue
Block a user