improvement: make search shortcut less visually distracting#8255
improvement: make search shortcut less visually distracting#8255Jenil1105 wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
|
👋 Hi there! This PR was automatically flagged and closed by our quality checks. If you believe this was a mistake, please review our contributing guidelines |
|
I forgot to complete the CLA authorization before opening the PR, so it was likely auto-closed by the checks. The authorization has been completed now. Would it be possible to reopen the PR for review? |
|
👋 Hi there! This PR was automatically flagged and closed by our quality checks. If you believe this was a mistake, please review our contributing guidelines |
Summary
This PR reduces the visual prominence of the
Ctrl Kshortcut inside the DocSearch search bar.Previously, the shortcut keys appeared highly contrasted and button-like, which made them visually distracting and could give the impression that they were clickable elements rather than passive keyboard hints.
This update softens the styling by:
Fixes #8254
Before
After
What kind of change does this PR introduce?
style
Did you add tests for your changes?
No. This change is purely visual/UI-related and does not affect functionality.
Does this PR introduce a breaking change?
No.
If relevant, what needs to be documented once your changes are merged or what have you already documented?
No additional documentation is required.
Use of AI
AI assistance was used for wording refinement and discussion around UI/UX considerations.
The implementation, styling decisions, testing, and final modifications were reviewed and adjusted manually.