diff --git a/src/components/button/button.styles.ts b/src/components/button/button.styles.ts index c5de5fd8..464b803f 100644 --- a/src/components/button/button.styles.ts +++ b/src/components/button/button.styles.ts @@ -590,7 +590,7 @@ export default css` /* Focus and checked are always on top */ :host([data-sl-button-group__button--focus]), - :host([data-sl-button-group__button[checked]]) { + :host([data-sl-button-group__button][checked]) { z-index: 2; } `;