Update date-picker.less
This commit is contained in:
parent
9a7a0e7557
commit
cdc79b9a72
1 changed files with 8 additions and 3 deletions
|
@ -44,12 +44,17 @@
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
color: @btn-disable-color;
|
color: @btn-disable-color;
|
||||||
}
|
}
|
||||||
&-cell:hover, &-focused{
|
&-cell:hover{
|
||||||
em{
|
em{
|
||||||
background: @date-picker-cell-hover-bg !important;
|
background: @date-picker-cell-hover-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&-focused{
|
||||||
|
em{
|
||||||
|
box-shadow: 0 0 0 1px @primary-color inset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&-cell{
|
&-cell{
|
||||||
span&{
|
span&{
|
||||||
width: 28px;
|
width: 28px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue