mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
chore: make disabled today different from other disabled day
This commit is contained in:
parent
48709cd583
commit
c61bba1020
@ -229,6 +229,21 @@
|
|||||||
background: @disabled-bg;
|
background: @disabled-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&-disabled-cell&-today &-date {
|
||||||
|
position: relative;
|
||||||
|
margin-right: 5px;
|
||||||
|
padding-left: 5px;
|
||||||
|
&:before {
|
||||||
|
content: " ";
|
||||||
|
position: absolute;
|
||||||
|
top: -1px;
|
||||||
|
left: 5px;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
border: @border-width-base @border-style-base #bcbcbc;
|
||||||
|
border-radius: @border-radius-base;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&-disabled-cell-first-of-row &-date {
|
&-disabled-cell-first-of-row &-date {
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user