fix style in range select

This commit is contained in:
愚道 2018-07-02 11:01:38 +08:00 committed by 偏右
parent 450a3142ee
commit 004561ba1f

View File

@ -214,13 +214,15 @@
background: tint(@primary-color, 80%); background: tint(@primary-color, 80%);
} }
&-selected-date &-date { &-selected-date, &-selected-start-date, &-selected-end-date {
background: @primary-color; .@{calendar-prefix-cls}-date {
color: #fff;
border: @border-width-base @border-style-base transparent;
&:hover {
background: @primary-color; background: @primary-color;
color: #fff;
border: @border-width-base @border-style-base transparent;
&:hover {
background: @primary-color;
}
} }
} }