Commit cdc79b9a72704623a03648fd6fca248efa0a2b7b
Committed by
GitHub
1 parent
9a7a0e75
Update date-picker.less
Showing
1 changed file
with
8 additions
and
3 deletions
Show diff stats
src/styles/components/date-picker.less
| @@ -44,12 +44,17 @@ | @@ -44,12 +44,17 @@ | ||
| 44 | margin: 2px; | 44 | margin: 2px; |
| 45 | color: @btn-disable-color; | 45 | color: @btn-disable-color; |
| 46 | } | 46 | } |
| 47 | - &-cell:hover, &-focused{ | 47 | + &-cell:hover{ |
| 48 | em{ | 48 | em{ |
| 49 | - background: @date-picker-cell-hover-bg !important; | 49 | + background: @date-picker-cell-hover-bg; |
| 50 | } | 50 | } |
| 51 | } | 51 | } |
| 52 | - | 52 | + &-focused{ |
| 53 | + em{ | ||
| 54 | + box-shadow: 0 0 0 1px @primary-color inset; | ||
| 55 | + } | ||
| 56 | + } | ||
| 57 | + | ||
| 53 | &-cell{ | 58 | &-cell{ |
| 54 | span&{ | 59 | span&{ |
| 55 | width: 28px; | 60 | width: 28px; |