UNPKG
wkb-common-ui
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.4
wkb-ui
wkb-common-ui
/
packages
/
theme-chalk
/
src
/
date-picker
/
year-table.less
19 lines
(18 loc)
•
300 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import
"../common/variable/color.less"
;
.el-year-table
{
td
.today
{
.cell
{
color
:
@ui-blue-default
; } }
td
{
.cell
:hover
{
color
:
@ui-blue-hover
; } }
td
.current
:not
(.disabled) {
.cell
{
color
:
@ui-blue-default
; } } }