mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix selected day style in last month
This commit is contained in:
parent
46092adbea
commit
476b09bf7d
@ -179,6 +179,11 @@
|
||||
color: @primary-color;
|
||||
}
|
||||
|
||||
&-last-month-cell &-date,
|
||||
&-next-month-btn-day &-date {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
&-selected-day &-date {
|
||||
background: @primary-color;
|
||||
color: #fff;
|
||||
@ -211,11 +216,6 @@
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
&-last-month-cell &-date,
|
||||
&-next-month-btn-day &-date {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
&-footer {
|
||||
padding: 0 15px;
|
||||
height: 38px;
|
||||
|
Loading…
Reference in New Issue
Block a user