Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: fix Table filter dropdown broken style #39805

Merged
merged 1 commit into from Dec 26, 2022

Conversation

afc163
Copy link
Member

@afc163 afc163 commented Dec 26, 2022

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Internationalization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Workflow
  • Other (about what?)

🔗 Related issue link

close #39799

💡 Background and solution

before after
图片 图片

📝 Changelog

Language Changelog
🇺🇸 English Fix Table filter dropdown wrong active background and dropdown shadow style.
🇨🇳 Chinese 修复 Table 筛选菜单选中背景色和菜单阴影样式。

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

@github-actions
Copy link
Contributor

github-actions bot commented Dec 26, 2022

@@ -283,7 +283,7 @@ export const genBaseStyle = (prefixCls: string, token: TreeToken): CSSObject =>
},

[`&${treeCls}-node-selected`]: {
backgroundColor: token.controlOutline,
backgroundColor: token.controlItemBgActive,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里用的也不对。

@github-actions
Copy link
Contributor

size-limit report 📦

Path Size
./dist/antd.min.js 367.37 KB (-4 B 🔽)
./dist/antd-with-locales.min.js 422.46 KB (-6 B 🔽)

@afc163 afc163 mentioned this pull request Dec 26, 2022
@afc163 afc163 merged commit e44f11b into master Dec 26, 2022
@afc163 afc163 deleted the style/table-filter-dropdown branch December 26, 2022 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

table 树型筛选菜单 选中颜色错误
2 participants