2024-08-09 09:17:14 +00:00
|
|
|
:where(.wc-block-interactivity-components-checkbox-list__list) {
|
|
|
|
list-style: none outside;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-interactivity-components-checkbox-list__item.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:where(.wc-block-interactivity-components-checkbox-list__label) {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
gap: 0.625em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wc-block-interactivity-components-checkbox-list__item .wc-block-interactivity-components-checkbox-list__label {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2024-01-26 06:29:39 +00:00
|
|
|
|
2024-08-09 09:17:14 +00:00
|
|
|
:where(.wc-block-interactivity-components-checkbox-list__input-wrapper) {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
:where(.wc-block-interactivity-components-checkbox-list__input) {
|
|
|
|
appearance: none;
|
|
|
|
background: currentColor;
|
|
|
|
border-radius: 2px;
|
|
|
|
border: none;
|
|
|
|
color: inherit;
|
|
|
|
display: block;
|
|
|
|
font-size: inherit;
|
|
|
|
height: 1em;
|
2024-01-26 06:29:39 +00:00
|
|
|
margin: 0;
|
2024-08-09 09:17:14 +00:00
|
|
|
opacity: 0.1;
|
|
|
|
width: 1em;
|
|
|
|
}
|
2024-01-26 06:29:39 +00:00
|
|
|
|
2024-08-09 09:17:14 +00:00
|
|
|
.wc-block-interactivity-components-checkbox-list__input:checked + .wc-block-interactivity-components-checkbox-list__mark {
|
|
|
|
display: block;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2024-01-26 06:29:39 +00:00
|
|
|
|
2024-08-09 09:17:14 +00:00
|
|
|
.wc-block-interactivity-components-checkbox-list__input:focus {
|
|
|
|
outline-width: 1px;
|
|
|
|
}
|
2024-01-26 06:29:39 +00:00
|
|
|
|
2024-08-09 09:17:14 +00:00
|
|
|
:where(.wc-block-interactivity-components-checkbox-list__mark) {
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: none;
|
|
|
|
height: 1em;
|
|
|
|
left: 0;
|
|
|
|
padding: 0.2em;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 1em;
|
|
|
|
}
|
2024-01-26 06:29:39 +00:00
|
|
|
|
2024-08-09 09:17:14 +00:00
|
|
|
:where(.wc-block-interactivity-components-checkbox-list__show-more) {
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2024-01-26 06:29:39 +00:00
|
|
|
|
2024-08-09 09:17:14 +00:00
|
|
|
.wc-block-interactivity-components-checkbox-list__show-more.hidden {
|
|
|
|
display: none;
|
2024-01-26 06:29:39 +00:00
|
|
|
}
|
2024-08-09 09:17:14 +00:00
|
|
|
|