Update date-picker.less

This commit is contained in:
Aresn 2018-05-21 15:21:05 +08:00 committed by GitHub
parent 9a7a0e7557
commit cdc79b9a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,9 +44,14 @@
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;
} }
} }