Build CSS

This commit is contained in:
github-actions[bot] 2025-01-02 00:43:03 +00:00
parent 973e8a0fd8
commit cde9f1169e
252 changed files with 2820 additions and 1560 deletions

View file

@ -2691,16 +2691,26 @@ main {
border-bottom-right-radius: var(--pico-border-radius);
border-bottom-left-radius: 0;
}
[dir=rtl] button:not(:first-child),
[dir=rtl] [type=submit]:not(:first-child),
[dir=rtl] [type=reset]:not(:first-child),
[dir=rtl] [type=button]:not(:first-child),
[dir=rtl] [role=button]:not(:first-child),
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
[dir=rtl] select:not(:first-child),
[dir=rtl] label:not(:first-child),
[dir=rtl] > legend:not(:first-child),
[dir=rtl] > details > summary:not(:first-child) {
[dir=rtl] .pico [role=search] button:not(:first-child),
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
[dir=rtl] .pico [role=search] select:not(:first-child),
[dir=rtl] .pico [role=search] label:not(:first-child),
[dir=rtl] .pico [role=search] > legend:not(:first-child),
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
[dir=rtl] .pico [role=group] button:not(:first-child),
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
[dir=rtl] .pico [role=group] select:not(:first-child),
[dir=rtl] .pico [role=group] label:not(:first-child),
[dir=rtl] .pico [role=group] > legend:not(:first-child),
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
margin-right: calc(var(--pico-border-width) * -1);
margin-left: auto;
}