Skip to content

Commit

Permalink
Fix invalid css on button style (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirchsuSICKAG authored Apr 12, 2024
1 parent 16d5575 commit 0daa5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/button.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
`;

0 comments on commit 0daa5d8

Please sign in to comment.