mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
fix: fix datepicker selected item style, close #9529
This commit is contained in:
parent
ee1f450e04
commit
450a3142ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user