chore: build

This commit is contained in:
Lucas Larroche 2024-03-03 11:35:04 +07:00
parent eb90cfd185
commit 2e2029534c
236 changed files with 708 additions and 354 deletions

View File

@ -1521,6 +1521,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1521,6 +1521,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1345,6 +1345,7 @@ select:not([multiple], [size]) {
}
select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] select:not([multiple], [size]) {
@ -1460,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1478,7 +1479,9 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1521,6 +1521,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1521,6 +1521,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1521,6 +1521,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

View File

@ -1521,6 +1521,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1521,6 +1521,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1521,6 +1521,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1521,6 +1521,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1521,6 +1521,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1521,6 +1521,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View File

@ -1521,6 +1521,7 @@ main {
}
.pico select[multiple] option:checked {
background: var(--pico-form-element-selected-background-color);
color: var(--pico-form-element-color);
}
[dir=rtl] .pico select:not([multiple], [size]) {
@ -1636,7 +1637,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
width: calc(1.25em - (var(--pico-border-width) * 2));
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
@ -1654,7 +1655,9 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(1.125em - var(--pico-border-width));
margin-inline-start: calc(
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);

Some files were not shown because too many files have changed in this diff Show More