> 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** <img width="159" height="55" alt="Image" src="https://github.com/user-attachments/assets/3f2fd7f9-3bd0-41c4-bee5-fdc81a7c7c80" /> **:focus** <img width="143" height="44" alt="Image" src="https://github.com/user-attachments/assets/3e9223c1-9f6c-4392-afc6-d4a6853292b8" /> Minimum Reproducible Example: ```html <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> ```