Update date-picker.less
This commit is contained in:
parent
9a7a0e7557
commit
cdc79b9a72
1 changed files with 8 additions and 3 deletions
|
@ -44,9 +44,14 @@
|
|||
margin: 2px;
|
||||
color: @btn-disable-color;
|
||||
}
|
||||
&-cell:hover, &-focused{
|
||||
&-cell:hover{
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue