Fix invalid css on button style

pull/1975/head
Susanne Kirchner 2024-04-12 10:56:30 +02:00
rodzic 16d5575307
commit 384c89daf2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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