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

pill tabs overlap with keyboard focus #828

Open
jhoward-eightfold opened this issue May 7, 2024 · 0 comments
Open

pill tabs overlap with keyboard focus #828

jhoward-eightfold opened this issue May 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jhoward-eightfold
Copy link
Contributor

Very minor overlap of neighbor tabs when keyboard focusing through the tabs. happens at least for medium and small tabs.

Forward fixed with:

    div[role="tablist"] button[role="tab"]:not(:last-of-type) {
      margin-right: 2px;
    }

Screenshot 2024-05-07 at 2 05 18 PM

Reproduction:
https://codesandbox.io/p/sandbox/tab-overlap-reproduction-kpcwkx?file=%2Fdemo.js%3A46%2C21

@dkilgore-eightfold dkilgore-eightfold self-assigned this May 8, 2024
@dkilgore-eightfold dkilgore-eightfold added the bug Something isn't working label May 8, 2024
@dkilgore-eightfold dkilgore-eightfold removed their assignment Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants