fix: fix datepicker selected item style, close #9529

This commit is contained in:
愚道 2018-07-02 10:44:55 +08:00 committed by 偏右
parent ee1f450e04
commit 450a3142ee

View File

@ -211,6 +211,10 @@
}
&-selected-day &-date {
background: tint(@primary-color, 80%);
}
&-selected-date &-date {
background: @primary-color;
color: #fff;
border: @border-width-base @border-style-base transparent;