File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
packages/theme/src/calendar Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2020@popper-prefix-cls : ~ ' @{css-prefix} popper' ;
2121
2222.@{calendar-prefix-cls} {
23- .injiect -Calendar-vars ();
23+ .inject -Calendar-vars ();
2424
2525 background : var (--tv-Calendar-bg-color );
2626 overflow : hidden ;
9393 & :active ,
9494 & .active ,
9595 & [active ] {
96- border : 1px solid #191919 ;
96+ border : 1px solid var ( --tv-Calendar-input-hover-border-color ) ;
9797 }
9898
9999 & [readonly] {
Original file line number Diff line number Diff line change 1010*
1111*/
1212
13- .injiect -Calendar-vars () {
13+ .inject -Calendar-vars () {
1414 // 日历背景颜色
1515 --tv-Calendar-bg-color : var (--tv-color-bg-secondary );
1616 // 日历日期列表选中文字颜色
4141 --tv-Calendar-input-border-radius : var (--tv-border-radius-md );
4242 // 日历表头输入框字号
4343 --tv-Calendar-input-font-size : var (--tv-font-size-md );
44+ // 日历输入框hover边框色
45+ --tv-Calendar-input-hover-border-color :var (--tv-color-border-hover ) ;
4446 // 日历列次悬浮背景色
4547 --tv-Calendar-list-item-hover-bg-color : var (--tv-color-bg-hover );
4648 // 日历列次悬选中景色
You can’t perform that action at this time.
0 commit comments