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: fix Input.Search style #44660

Merged
merged 1 commit into from Sep 6, 2023
Merged

fix: fix Input.Search style #44660

merged 1 commit into from Sep 6, 2023

Conversation

daledelv
Copy link
Contributor

@daledelv daledelv commented Sep 6, 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

close #44659

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English fix: fix the problem of extra shadow in the default button of search input box.
🇨🇳 Chinese 修复搜索输入框默认按钮存在多余阴影问题

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

Remove box shadow from search input style. This improves the visual appearance and usability of the Input.Search component.

🔍 Walkthrough

🤖 Generated by Copilot at e89538a

  • Remove box shadow from search input style to avoid overlap with clear icon (#32879) (link)

Signed-off-by: dally_G <511904266@qq.com>
@stackblitz
Copy link

stackblitz bot commented Sep 6, 2023

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

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

@argos-ci
Copy link

argos-ci bot commented Sep 6, 2023

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

Build Status Details Updated (UTC)
default (Inspect) 👍 Changes approved 2 changes Sep 6, 2023, 10:52 AM

@zombieJ zombieJ merged commit dab3cc9 into ant-design:master Sep 6, 2023
58 checks passed
chenshuai2144 added a commit that referenced this pull request Sep 7, 2023
* chore: change notification sound (#44661)

* fix: fix Input.Search style (#44660)

Signed-off-by: dally_G <511904266@qq.com>

* chore(deps-dev): bump size-limit from 8.2.6 to 9.0.0 (#44664)

* chore(deps-dev): bump size-limit from 8.2.6 to 9.0.0

Bumps [size-limit](https://github.com/ai/size-limit) from 8.2.6 to 9.0.0.
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@8.2.6...9.0.0)

---
updated-dependencies:
- dependency-name: size-limit
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update package.json

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>

* fix: Tag with Popover/Popconfirm should not affect style (#44663)

* chore: replace useToken with useInternalToken (#44670)

* change version

---------

Signed-off-by: dally_G <511904266@qq.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: dally_G <511904266@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
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.

The default button in the search input box has an extra shadow.
2 participants