Fix invalid css on button style (#1975)

pull/1976/head
Susanne Kirchner 2024-04-12 18:07:48 +02:00 zatwierdzone przez GitHub
rodzic 16d5575307
commit 0daa5d8dee
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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;
}
`;