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(button-group): eliminate duplicate outline #4350

Merged

Conversation

asudoh
Copy link
Contributor

@asudoh asudoh commented Oct 29, 2020

Related Ticket(s)

Refs #4348.

Description

Fixes duplicate focus outline in <dds-button-group-item>, that made the focus outline too thick. Also given the earlier workaround for such duplicate focus outline issue is no longer needed, removed it.

Changelog

Removed

  • The redundant focus outline on <dds-button-group-item>
  • The earlier workaround for above issue.

Fixes duplicate focus outline in `<dds-button-group-item>`, that made
the focus outline too thick. Also given the earlier workaround for such
duplicate focus outline issue is no longer needed, removed it.

Refs carbon-design-system#4348.
@asudoh asudoh added the package: web components Work necessary for the IBM.com Library web components package label Oct 29, 2020
@asudoh asudoh requested a review from IgnacioBecerra October 29, 2020 22:37
Copy link
Contributor

@IgnacioBecerra IgnacioBecerra left a comment

Choose a reason for hiding this comment

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

Thanks for your comment on my PR, Akira! I see how delegateFocus was affecting the outline now, LGTM!

@asudoh asudoh added the Ready to merge Label for the pull requests that are ready to merge label Oct 29, 2020
@ibmdotcom-bot
Copy link
Contributor

@ibmdotcom-bot
Copy link
Contributor

@kodiakhq kodiakhq bot merged commit 80aa479 into carbon-design-system:master Oct 29, 2020
@asudoh asudoh deleted the buttongroup-delegatesfocus branch October 29, 2020 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: web components Work necessary for the IBM.com Library web components package Ready to merge Label for the pull requests that are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants