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

Form elements broken inside Tabs #300

Open
Oli8 opened this issue May 30, 2023 · 0 comments
Open

Form elements broken inside Tabs #300

Oli8 opened this issue May 30, 2023 · 0 comments
Assignees
Labels

Comments

@Oli8
Copy link
Contributor

Oli8 commented May 30, 2023

Form elements are broken when put inside tabs
Collapsible are also impacted tho they remain usable.

This is due to how .tabs input and .tabs label are targetted in _tabs.scss
A potential fix would be to use .tabs input[id^='tab'] and .tabs label[for^='tab'] instead
I'm down to write the PR

image
image

@Oli8 Oli8 added the bug label May 30, 2023
@Oli8 Oli8 self-assigned this May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant