-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
added tabindex to tabbar #581
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
@@ -1830,7 +1830,8 @@ namespace Private { | |||
let node = document.createElement('div'); | |||
let content = document.createElement('ul'); | |||
content.setAttribute('role', 'tablist'); | |||
content.className = 'lm-TabBar-content'; | |||
content.setAttribute('tabindex', '0'); | |||
content.className = 'lm-TabBar-content-test'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please restore the previous class.
@@ -1830,7 +1830,8 @@ namespace Private { | |||
let node = document.createElement('div'); | |||
let content = document.createElement('ul'); | |||
content.setAttribute('role', 'tablist'); | |||
content.className = 'lm-TabBar-content'; | |||
content.setAttribute('tabindex', '0'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please provide a rationale for setting the tabindex in the PR description explaining why it is needed and linking any relevant issues (in this or other repositories).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo all the changes to yarn.lock
file. If you wish to upgrade any dependencies please do this in a separate dedicated PR unless the PR requires it (this one does not as far as I can see).
No description provided.