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(sidebar): reuse icon margin for non-nested entries #11786

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Sep 10, 2024

Summary

Fixes #11614.

Problem

The non-standard and deprecated icons were missing a margin for non-nested sidebar list items.

Solution

Generalize the corresponding style for all sidebar list items.


Screenshots

Before After
image image

How did you test this change?

Ran yarn dev locally and checked http://localhost:3000/en-US/docs/Web/API/PaymentAddress.

@caugner caugner requested a review from a team as a code owner September 10, 2024 14:39
Copy link
Member

@LeoMcA LeoMcA left a comment

Choose a reason for hiding this comment

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

lgtm

@caugner
Copy link
Contributor Author

caugner commented Sep 10, 2024

The test failure is unrelated.

@caugner caugner merged commit 2294df0 into main Sep 10, 2024
14 of 15 checks passed
@caugner caugner deleted the 11614-fix-icon-margin-in-sidebar branch September 10, 2024 16:07
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.

Experimental and deprecated icons overlap when the topic is a sidebar heading
2 participants