build output

This commit is contained in:
drmason13 2024-08-31 12:34:27 +01:00
parent 827e5fa308
commit c8eb505030
236 changed files with 708 additions and 708 deletions

View file

@ -905,7 +905,7 @@ td {
background-color: var(--pico-background-color);
color: var(--pico-color);
font-weight: var(--pico-font-weight);
text-align: left;
text-align: start;
text-align: start;
}
@ -1536,7 +1536,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
}
}
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
text-align: right;
text-align: end;
}
/**
@ -1728,7 +1728,7 @@ details summary:focus-visible:not([role]) {
}
details summary[role=button] {
width: 100%;
text-align: left;
text-align: start;
}
details summary[role=button]::after {
height: calc(1rem * var(--pico-line-height, 1.5));
@ -1744,7 +1744,7 @@ details[open] > summary::after {
}
[dir=rtl] details summary {
text-align: right;
text-align: end;
}
[dir=rtl] details summary::after {
float: left;
@ -1997,7 +1997,7 @@ dialog article > header :is(a, button)[rel=prev] {
float: right;
}
dialog article > footer {
text-align: right;
text-align: end;
}
dialog article > footer button,
dialog article > footer [role=button] {