Skip to content

[SLDS2] Border between buttons in <lightning-button-group> disappears while in focus #775

@stephenlf

Description

@stephenlf

Side note, when will we have an SLDS2 repo to work with?

Clicking on a button in a <lightning-button-group> makes that button's border disappear.

Default
Image

:focus
Image

Minimum Reproducible Example:

<template>
  <lightning-card
    title="Employment Card"
    variant="narrow"
    icon-name="custom:custom15"
  >
    <lightning-button-group slot="actions">
      <lightning-button
        label="Update"
        title="Update Employment"
      ></lightning-button>
      <lightning-button
        label=""
        title="See Help"
        icon-name="utility:question"
      ></lightning-button>
    </lightning-button-group>
  </lightning-card>
</template>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions