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

fix(DatePicker): disabled style is overridden in Form hover #44779

Merged
merged 2 commits into from Sep 12, 2023

Conversation

crazyair
Copy link
Member

@crazyair crazyair commented Sep 12, 2023

[中文版模板 / 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

fix: #44780

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English disabled style is overridden in Form hover
🇨🇳 Chinese disabled 样式在 Form hover 场景下被覆盖

☑️ 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

🚀 Summary

🤖 Generated by Copilot at 1595d09

Fixed a date picker hover style bug by using a more specific selector in components/date-picker/style/status.less. This was part of a larger effort to enhance the date picker's accessibility and usability.

🔍 Walkthrough

🤖 Generated by Copilot at 1595d09

  • Fix hover style of disabled date picker (link)

@stackblitz
Copy link

stackblitz bot commented Sep 12, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@crazyair crazyair changed the base branch from master to 4.x-stable September 12, 2023 06:22
@github-actions
Copy link
Contributor

github-actions bot commented Sep 12, 2023

Prepare preview

@yoyo837 yoyo837 linked an issue Sep 12, 2023 that may be closed by this pull request
@github-actions
Copy link
Contributor

github-actions bot commented Sep 12, 2023

size-limit report 📦

Path Size
./dist/antd.min.js 285.21 KB
./dist/antd.min.css 66.23 KB (-2 B 🔽)
./dist/antd.dark.min.css 67.48 KB (-1 B 🔽)
./dist/antd.compact.min.css 66.18 KB (-2 B 🔽)
./dist/antd.variable.min.css 66.77 KB (-1 B 🔽)

@argos-ci
Copy link

argos-ci bot commented Sep 12, 2023

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 👍 Changes approved 63 changes Sep 12, 2023, 8:45 AM

package.json Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (a014f7c) 100.00% compared to head (bfc9fb5) 100.00%.

Additional details and impacted files
@@             Coverage Diff              @@
##           4.x-stable    #44779   +/-   ##
============================================
  Coverage      100.00%   100.00%           
============================================
  Files             450       450           
  Lines            8354      8354           
  Branches         2543      2543           
============================================
  Hits             8354      8354           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@afc163 afc163 mentioned this pull request Sep 12, 2023
20 tasks
@afc163 afc163 merged commit b3f0468 into 4.x-stable Sep 12, 2023
93 checks passed
@afc163 afc163 deleted the fix-datepicker-css branch September 12, 2023 09:17
@PeachScript PeachScript mentioned this pull request Nov 21, 2023
20 tasks
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.

DatePicker disabled 样式在 Form 下消失
6 participants