mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
parent
9fbf80aa8b
commit
e44f11b0f4
@ -22,13 +22,13 @@ const genFilterStyle: GenerateStyle<TableToken> = (token) => {
|
||||
motionDurationSlow,
|
||||
colorTextDescription,
|
||||
colorPrimary,
|
||||
colorPrimaryActive,
|
||||
tableHeaderFilterActiveBg,
|
||||
colorTextDisabled,
|
||||
tableFilterDropdownBg,
|
||||
tableFilterDropdownHeight,
|
||||
controlItemBgHover,
|
||||
boxShadow,
|
||||
controlItemBgActive,
|
||||
boxShadowSecondary,
|
||||
} = token;
|
||||
const dropdownPrefixCls = `${antCls}-dropdown`;
|
||||
const tableFilterDropdownPrefixCls = `${componentCls}-filter-dropdown`;
|
||||
@ -76,7 +76,7 @@ const genFilterStyle: GenerateStyle<TableToken> = (token) => {
|
||||
minWidth: tableFilterDropdownWidth,
|
||||
backgroundColor: tableFilterDropdownBg,
|
||||
borderRadius,
|
||||
boxShadow,
|
||||
boxShadow: boxShadowSecondary,
|
||||
|
||||
// Reset menu
|
||||
[`${dropdownPrefixCls}-menu`]: {
|
||||
@ -111,7 +111,7 @@ const genFilterStyle: GenerateStyle<TableToken> = (token) => {
|
||||
|
||||
[`${treePrefixCls}-treenode-checkbox-checked ${treePrefixCls}-node-content-wrapper`]: {
|
||||
'&, &:hover': {
|
||||
backgroundColor: colorPrimaryActive,
|
||||
backgroundColor: controlItemBgActive,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -283,7 +283,7 @@ export const genBaseStyle = (prefixCls: string, token: TreeToken): CSSObject =>
|
||||
},
|
||||
|
||||
[`&${treeCls}-node-selected`]: {
|
||||
backgroundColor: token.controlOutline,
|
||||
backgroundColor: token.controlItemBgActive,
|
||||
},
|
||||
|
||||
// Icon
|
||||
|
Loading…
Reference in New Issue
Block a user