We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db6ce4 commit 124e50aCopy full SHA for 124e50a
packages/theme/src/cascader-node/vars.less
@@ -20,7 +20,7 @@
20
// 下拉列表子项选中后悬浮时的背景色
21
--tv-CascaderNode-selectable-hover-bg-color: var(--tv-color-bg, #f5f5f5);
22
// 下拉列表子项选中时的文本色
23
- --tv-CascaderNode-selectable-text-color: var(--tv-color-text, #191919);
+ --tv-CascaderNode-selectable-text-color: var(--tv-color-text-active, #1476ff);
24
// 下拉列表子项禁用状态时的文本色
25
--tv-CascaderNode-disabled-text-color: var(--tv-color-text-disabled, #c2c2c2);
26
// 下拉列表子项禁用状态时的背景色
@@ -48,5 +48,5 @@
48
// 下拉列表子项最大宽度
49
--tv-CascaderNode-label-max-width: 107px;
50
// 下拉列表子项高亮时字重
51
- --tv-CascaderNode-active-font-weight: var(--tv-font-weight-regular, 400);
+ --tv-CascaderNode-active-font-weight: var(--tv-font-weight-bold, 600);
52
}
0 commit comments