chore: update dependencies

This commit is contained in:
Lucas Larroche 2024-03-03 11:36:22 +07:00
parent 2e2029534c
commit a73b7af662
238 changed files with 386 additions and 632 deletions

View file

@ -1637,7 +1637,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1637,7 +1637,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --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

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
} }
[type=checkbox][role=switch]:before { [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none; background-image: none;
} }
[type=checkbox][role=switch]:checked::before { [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
[type=checkbox][role=switch][disabled] { [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1637,7 +1637,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1637,7 +1637,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1637,7 +1637,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

View file

@ -1637,7 +1637,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1637,7 +1637,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1637,7 +1637,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1637,7 +1637,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1637,7 +1637,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1637,7 +1637,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

File diff suppressed because one or more lines are too long

View file

@ -1637,7 +1637,7 @@ main {
} }
.pico [type=checkbox][role=switch]:before { .pico [type=checkbox][role=switch]:before {
display: block; display: block;
width: calc(1.25em - (var(--pico-border-width) * 2)); width: calc(1.25em - var(--pico-border-width) * 2);
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background-color: var(--pico-color); background-color: var(--pico-color);
@ -1655,9 +1655,7 @@ main {
background-image: none; background-image: none;
} }
.pico [type=checkbox][role=switch]:checked::before { .pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc( margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
);
} }
.pico [type=checkbox][role=switch][disabled] { .pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color); --pico-background-color: var(--pico-border-color);

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