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(v2): remove extra top margin of tab item #2758

Merged
merged 1 commit into from
May 17, 2020
Merged

Conversation

lex111
Copy link
Contributor

@lex111 lex111 commented May 17, 2020

Motivation

Resolve #2738.

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

Before After
image image

Related PRs

(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/docusaurus, and link to your PR here.)

@lex111 lex111 added the pr: bug fix This PR fixes a bug in a past release. label May 17, 2020
@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label May 17, 2020
Copy link
Contributor

@yangshun yangshun left a comment

Choose a reason for hiding this comment

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

A CSS reset for Infima will fix this also right? I should add it soon then.

@docusaurus-bot
Copy link
Contributor

Deploy preview for docusaurus-2 ready!

Built with commit 86bdda4

https://deploy-preview-2758--docusaurus-2.netlify.app

@lex111
Copy link
Contributor Author

lex111 commented May 17, 2020

Maybe it will but I am not sure about that.

@yangshun
Copy link
Contributor

A CSS reset won't help here because .markdown li+li is the class responsible for that margin. Maybe we should just use divs instead of ul/li and add aria roles to preserve the semantic-ness.

@yangshun yangshun merged commit 2d0b36d into master May 17, 2020
@yangshun yangshun deleted the lex111/tab-item-margin branch May 17, 2020 09:48
@lex111
Copy link
Contributor Author

lex111 commented May 17, 2020

@yangshun will you add reset styles to Infima today?

@yangshun
Copy link
Contributor

Nope, not today

@lex111
Copy link
Contributor Author

lex111 commented May 17, 2020

But what about the new Docusaurus release tomorrow? I mean, should we release a new version of Infima now in order to apply the new changes in the upcoming version of Docusaurus?

@yangshun
Copy link
Contributor

Yes I wanna fix some issue first - docs h2 size same as docs title on mobile

@lex111
Copy link
Contributor Author

lex111 commented May 17, 2020

Alright, I hope you fix it asap.

@lex111 lex111 added this to the v2.0.0-alpha.55 milestone May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Signed Facebook CLA pr: bug fix This PR fixes a bug in a past release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong margin-top in inactive tabs
4 participants