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

Update Sidebar.jsx for proper displaying External links icon in dark … #991

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

Vishv0407
Copy link
Contributor

…mode

What kind of change does this PR introduce?
bugfix: On Sidebar of Specification/docs page, redirect icon is not visible in dark mode so i changed its css property for toggle the theme

Issue Number:

Screenshots/videos:
Previous:
image

Now:
image

If relevant, did you update the documentation?

Summary
This bug affects the visibility and styling of the redirect icon in the left navbar when dark mode is enabled. The icon does not have appropriate styles for dark mode, causing it to either be invisible or inconsistent with the overall theme. The expected behavior is that the icon should have a well-defined style that ensures its visibility and fits seamlessly with the dark mode design.

Does this PR introduce a breaking change?
No

@Vishv0407 Vishv0407 requested a review from a team as a code owner October 2, 2024 12:41
Copy link

github-actions bot commented Oct 2, 2024

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 5ce91ac

Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (8a71938) to head (5ce91ac).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #991   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          373       373           
  Branches        94        94           
=========================================
  Hits           373       373           

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

Copy link
Collaborator

@benjagm benjagm left a comment

Choose a reason for hiding this comment

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

Looks great to me. Thanks for fixing this!

@benjagm benjagm merged commit fad7f8c into json-schema-org:main Oct 2, 2024
11 checks passed
Copy link

github-actions bot commented Oct 2, 2024

Congratulations, @Vishv0407 for your first pull request merge in this repository! 🎉🎉. Thanks for your contribution to JSON Schema!

@DhairyaMajmudar DhairyaMajmudar added the Hacktoberfest-accepted Pull requests accepted for Hacktoberfest'24 label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest-accepted Pull requests accepted for Hacktoberfest'24
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug: Missing Dark Mode Styles for Redirect Icon
3 participants