mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 11:09:13 +00:00
Fix invalid css on button style (#1975)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user