chore: make disabled today different from other disabled day

This commit is contained in:
Benjy Cui 2017-06-19 15:14:53 +08:00
parent 48709cd583
commit c61bba1020

View File

@ -229,6 +229,21 @@
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 {
border-top-left-radius: 4px;