Fix invalid css on button style (#1975)

This commit is contained in:
Susanne Kirchner
2024-04-12 18:07:48 +02:00
committed by GitHub
parent 16d5575307
commit 0daa5d8dee

View File

@@ -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;
}
`;