forked from opentiny/tiny-vue
fix(date-picker): fix year type current year color (#698)
This commit is contained in:
parent
b9cddfae7f
commit
adf133d9c2
|
@ -79,6 +79,7 @@
|
|||
color: var(--ti-date-picker-text-color);
|
||||
|
||||
&:hover {
|
||||
color: var(--ti-date-picker-text-color);
|
||||
background: var(--ti-date-picker-hover-bg-color);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue