Skip to content

Commit db14c89

Browse files
authored
Merge pull request #25 from remohammadi/main
Fix RTL margin handling in group component
2 parents 951aae3 + cde9f11 commit db14c89

File tree

253 files changed

+2834
-1574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+2834
-1574
lines changed

css/pico.amber.css

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,16 +3549,26 @@ fieldset[role=group] > legend {
35493549
border-bottom-right-radius: var(--pico-border-radius);
35503550
border-bottom-left-radius: 0;
35513551
}
3552-
[dir=rtl] button:not(:first-child),
3553-
[dir=rtl] [type=submit]:not(:first-child),
3554-
[dir=rtl] [type=reset]:not(:first-child),
3555-
[dir=rtl] [type=button]:not(:first-child),
3556-
[dir=rtl] [role=button]:not(:first-child),
3557-
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
3558-
[dir=rtl] select:not(:first-child),
3559-
[dir=rtl] label:not(:first-child),
3560-
[dir=rtl] > legend:not(:first-child),
3561-
[dir=rtl] > details > summary:not(:first-child) {
3552+
[dir=rtl] [role=search] button:not(:first-child),
3553+
[dir=rtl] [role=search] [type=submit]:not(:first-child),
3554+
[dir=rtl] [role=search] [type=reset]:not(:first-child),
3555+
[dir=rtl] [role=search] [type=button]:not(:first-child),
3556+
[dir=rtl] [role=search] [role=button]:not(:first-child),
3557+
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
3558+
[dir=rtl] [role=search] select:not(:first-child),
3559+
[dir=rtl] [role=search] label:not(:first-child),
3560+
[dir=rtl] [role=search] > legend:not(:first-child),
3561+
[dir=rtl] [role=search] > details > summary:not(:first-child),
3562+
[dir=rtl] [role=group] button:not(:first-child),
3563+
[dir=rtl] [role=group] [type=submit]:not(:first-child),
3564+
[dir=rtl] [role=group] [type=reset]:not(:first-child),
3565+
[dir=rtl] [role=group] [type=button]:not(:first-child),
3566+
[dir=rtl] [role=group] [role=button]:not(:first-child),
3567+
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
3568+
[dir=rtl] [role=group] select:not(:first-child),
3569+
[dir=rtl] [role=group] label:not(:first-child),
3570+
[dir=rtl] [role=group] > legend:not(:first-child),
3571+
[dir=rtl] [role=group] > details > summary:not(:first-child) {
35623572
margin-right: calc(var(--pico-border-width) * -1);
35633573
margin-left: auto;
35643574
}

css/pico.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.azure.css

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,16 +3549,26 @@ fieldset[role=group] > legend {
35493549
border-bottom-right-radius: var(--pico-border-radius);
35503550
border-bottom-left-radius: 0;
35513551
}
3552-
[dir=rtl] button:not(:first-child),
3553-
[dir=rtl] [type=submit]:not(:first-child),
3554-
[dir=rtl] [type=reset]:not(:first-child),
3555-
[dir=rtl] [type=button]:not(:first-child),
3556-
[dir=rtl] [role=button]:not(:first-child),
3557-
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
3558-
[dir=rtl] select:not(:first-child),
3559-
[dir=rtl] label:not(:first-child),
3560-
[dir=rtl] > legend:not(:first-child),
3561-
[dir=rtl] > details > summary:not(:first-child) {
3552+
[dir=rtl] [role=search] button:not(:first-child),
3553+
[dir=rtl] [role=search] [type=submit]:not(:first-child),
3554+
[dir=rtl] [role=search] [type=reset]:not(:first-child),
3555+
[dir=rtl] [role=search] [type=button]:not(:first-child),
3556+
[dir=rtl] [role=search] [role=button]:not(:first-child),
3557+
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
3558+
[dir=rtl] [role=search] select:not(:first-child),
3559+
[dir=rtl] [role=search] label:not(:first-child),
3560+
[dir=rtl] [role=search] > legend:not(:first-child),
3561+
[dir=rtl] [role=search] > details > summary:not(:first-child),
3562+
[dir=rtl] [role=group] button:not(:first-child),
3563+
[dir=rtl] [role=group] [type=submit]:not(:first-child),
3564+
[dir=rtl] [role=group] [type=reset]:not(:first-child),
3565+
[dir=rtl] [role=group] [type=button]:not(:first-child),
3566+
[dir=rtl] [role=group] [role=button]:not(:first-child),
3567+
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
3568+
[dir=rtl] [role=group] select:not(:first-child),
3569+
[dir=rtl] [role=group] label:not(:first-child),
3570+
[dir=rtl] [role=group] > legend:not(:first-child),
3571+
[dir=rtl] [role=group] > details > summary:not(:first-child) {
35623572
margin-right: calc(var(--pico-border-width) * -1);
35633573
margin-left: auto;
35643574
}

css/pico.azure.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.blue.css

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,16 +3549,26 @@ fieldset[role=group] > legend {
35493549
border-bottom-right-radius: var(--pico-border-radius);
35503550
border-bottom-left-radius: 0;
35513551
}
3552-
[dir=rtl] button:not(:first-child),
3553-
[dir=rtl] [type=submit]:not(:first-child),
3554-
[dir=rtl] [type=reset]:not(:first-child),
3555-
[dir=rtl] [type=button]:not(:first-child),
3556-
[dir=rtl] [role=button]:not(:first-child),
3557-
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
3558-
[dir=rtl] select:not(:first-child),
3559-
[dir=rtl] label:not(:first-child),
3560-
[dir=rtl] > legend:not(:first-child),
3561-
[dir=rtl] > details > summary:not(:first-child) {
3552+
[dir=rtl] [role=search] button:not(:first-child),
3553+
[dir=rtl] [role=search] [type=submit]:not(:first-child),
3554+
[dir=rtl] [role=search] [type=reset]:not(:first-child),
3555+
[dir=rtl] [role=search] [type=button]:not(:first-child),
3556+
[dir=rtl] [role=search] [role=button]:not(:first-child),
3557+
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
3558+
[dir=rtl] [role=search] select:not(:first-child),
3559+
[dir=rtl] [role=search] label:not(:first-child),
3560+
[dir=rtl] [role=search] > legend:not(:first-child),
3561+
[dir=rtl] [role=search] > details > summary:not(:first-child),
3562+
[dir=rtl] [role=group] button:not(:first-child),
3563+
[dir=rtl] [role=group] [type=submit]:not(:first-child),
3564+
[dir=rtl] [role=group] [type=reset]:not(:first-child),
3565+
[dir=rtl] [role=group] [type=button]:not(:first-child),
3566+
[dir=rtl] [role=group] [role=button]:not(:first-child),
3567+
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
3568+
[dir=rtl] [role=group] select:not(:first-child),
3569+
[dir=rtl] [role=group] label:not(:first-child),
3570+
[dir=rtl] [role=group] > legend:not(:first-child),
3571+
[dir=rtl] [role=group] > details > summary:not(:first-child) {
35623572
margin-right: calc(var(--pico-border-width) * -1);
35633573
margin-left: auto;
35643574
}

css/pico.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.amber.css

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
26912691
border-bottom-right-radius: var(--pico-border-radius);
26922692
border-bottom-left-radius: 0;
26932693
}
2694-
[dir=rtl] button:not(:first-child),
2695-
[dir=rtl] [type=submit]:not(:first-child),
2696-
[dir=rtl] [type=reset]:not(:first-child),
2697-
[dir=rtl] [type=button]:not(:first-child),
2698-
[dir=rtl] [role=button]:not(:first-child),
2699-
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
2700-
[dir=rtl] select:not(:first-child),
2701-
[dir=rtl] label:not(:first-child),
2702-
[dir=rtl] > legend:not(:first-child),
2703-
[dir=rtl] > details > summary:not(:first-child) {
2694+
[dir=rtl] [role=search] button:not(:first-child),
2695+
[dir=rtl] [role=search] [type=submit]:not(:first-child),
2696+
[dir=rtl] [role=search] [type=reset]:not(:first-child),
2697+
[dir=rtl] [role=search] [type=button]:not(:first-child),
2698+
[dir=rtl] [role=search] [role=button]:not(:first-child),
2699+
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
2700+
[dir=rtl] [role=search] select:not(:first-child),
2701+
[dir=rtl] [role=search] label:not(:first-child),
2702+
[dir=rtl] [role=search] > legend:not(:first-child),
2703+
[dir=rtl] [role=search] > details > summary:not(:first-child),
2704+
[dir=rtl] [role=group] button:not(:first-child),
2705+
[dir=rtl] [role=group] [type=submit]:not(:first-child),
2706+
[dir=rtl] [role=group] [type=reset]:not(:first-child),
2707+
[dir=rtl] [role=group] [type=button]:not(:first-child),
2708+
[dir=rtl] [role=group] [role=button]:not(:first-child),
2709+
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
2710+
[dir=rtl] [role=group] select:not(:first-child),
2711+
[dir=rtl] [role=group] label:not(:first-child),
2712+
[dir=rtl] [role=group] > legend:not(:first-child),
2713+
[dir=rtl] [role=group] > details > summary:not(:first-child) {
27042714
margin-right: calc(var(--pico-border-width) * -1);
27052715
margin-left: auto;
27062716
}

css/pico.classless.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.azure.css

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
26912691
border-bottom-right-radius: var(--pico-border-radius);
26922692
border-bottom-left-radius: 0;
26932693
}
2694-
[dir=rtl] button:not(:first-child),
2695-
[dir=rtl] [type=submit]:not(:first-child),
2696-
[dir=rtl] [type=reset]:not(:first-child),
2697-
[dir=rtl] [type=button]:not(:first-child),
2698-
[dir=rtl] [role=button]:not(:first-child),
2699-
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
2700-
[dir=rtl] select:not(:first-child),
2701-
[dir=rtl] label:not(:first-child),
2702-
[dir=rtl] > legend:not(:first-child),
2703-
[dir=rtl] > details > summary:not(:first-child) {
2694+
[dir=rtl] [role=search] button:not(:first-child),
2695+
[dir=rtl] [role=search] [type=submit]:not(:first-child),
2696+
[dir=rtl] [role=search] [type=reset]:not(:first-child),
2697+
[dir=rtl] [role=search] [type=button]:not(:first-child),
2698+
[dir=rtl] [role=search] [role=button]:not(:first-child),
2699+
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
2700+
[dir=rtl] [role=search] select:not(:first-child),
2701+
[dir=rtl] [role=search] label:not(:first-child),
2702+
[dir=rtl] [role=search] > legend:not(:first-child),
2703+
[dir=rtl] [role=search] > details > summary:not(:first-child),
2704+
[dir=rtl] [role=group] button:not(:first-child),
2705+
[dir=rtl] [role=group] [type=submit]:not(:first-child),
2706+
[dir=rtl] [role=group] [type=reset]:not(:first-child),
2707+
[dir=rtl] [role=group] [type=button]:not(:first-child),
2708+
[dir=rtl] [role=group] [role=button]:not(:first-child),
2709+
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
2710+
[dir=rtl] [role=group] select:not(:first-child),
2711+
[dir=rtl] [role=group] label:not(:first-child),
2712+
[dir=rtl] [role=group] > legend:not(:first-child),
2713+
[dir=rtl] [role=group] > details > summary:not(:first-child) {
27042714
margin-right: calc(var(--pico-border-width) * -1);
27052715
margin-left: auto;
27062716
}

css/pico.classless.azure.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.blue.css

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,16 +2691,26 @@ fieldset[role=group] > legend {
26912691
border-bottom-right-radius: var(--pico-border-radius);
26922692
border-bottom-left-radius: 0;
26932693
}
2694-
[dir=rtl] button:not(:first-child),
2695-
[dir=rtl] [type=submit]:not(:first-child),
2696-
[dir=rtl] [type=reset]:not(:first-child),
2697-
[dir=rtl] [type=button]:not(:first-child),
2698-
[dir=rtl] [role=button]:not(:first-child),
2699-
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
2700-
[dir=rtl] select:not(:first-child),
2701-
[dir=rtl] label:not(:first-child),
2702-
[dir=rtl] > legend:not(:first-child),
2703-
[dir=rtl] > details > summary:not(:first-child) {
2694+
[dir=rtl] [role=search] button:not(:first-child),
2695+
[dir=rtl] [role=search] [type=submit]:not(:first-child),
2696+
[dir=rtl] [role=search] [type=reset]:not(:first-child),
2697+
[dir=rtl] [role=search] [type=button]:not(:first-child),
2698+
[dir=rtl] [role=search] [role=button]:not(:first-child),
2699+
[dir=rtl] [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
2700+
[dir=rtl] [role=search] select:not(:first-child),
2701+
[dir=rtl] [role=search] label:not(:first-child),
2702+
[dir=rtl] [role=search] > legend:not(:first-child),
2703+
[dir=rtl] [role=search] > details > summary:not(:first-child),
2704+
[dir=rtl] [role=group] button:not(:first-child),
2705+
[dir=rtl] [role=group] [type=submit]:not(:first-child),
2706+
[dir=rtl] [role=group] [type=reset]:not(:first-child),
2707+
[dir=rtl] [role=group] [type=button]:not(:first-child),
2708+
[dir=rtl] [role=group] [role=button]:not(:first-child),
2709+
[dir=rtl] [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
2710+
[dir=rtl] [role=group] select:not(:first-child),
2711+
[dir=rtl] [role=group] label:not(:first-child),
2712+
[dir=rtl] [role=group] > legend:not(:first-child),
2713+
[dir=rtl] [role=group] > details > summary:not(:first-child) {
27042714
margin-right: calc(var(--pico-border-width) * -1);
27052715
margin-left: auto;
27062716
}

css/pico.classless.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.conditional.amber.css

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,16 +2691,26 @@ main {
26912691
border-bottom-right-radius: var(--pico-border-radius);
26922692
border-bottom-left-radius: 0;
26932693
}
2694-
[dir=rtl] button:not(:first-child),
2695-
[dir=rtl] [type=submit]:not(:first-child),
2696-
[dir=rtl] [type=reset]:not(:first-child),
2697-
[dir=rtl] [type=button]:not(:first-child),
2698-
[dir=rtl] [role=button]:not(:first-child),
2699-
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
2700-
[dir=rtl] select:not(:first-child),
2701-
[dir=rtl] label:not(:first-child),
2702-
[dir=rtl] > legend:not(:first-child),
2703-
[dir=rtl] > details > summary:not(:first-child) {
2694+
[dir=rtl] .pico [role=search] button:not(:first-child),
2695+
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
2696+
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
2697+
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
2698+
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
2699+
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
2700+
[dir=rtl] .pico [role=search] select:not(:first-child),
2701+
[dir=rtl] .pico [role=search] label:not(:first-child),
2702+
[dir=rtl] .pico [role=search] > legend:not(:first-child),
2703+
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
2704+
[dir=rtl] .pico [role=group] button:not(:first-child),
2705+
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
2706+
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
2707+
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
2708+
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
2709+
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
2710+
[dir=rtl] .pico [role=group] select:not(:first-child),
2711+
[dir=rtl] .pico [role=group] label:not(:first-child),
2712+
[dir=rtl] .pico [role=group] > legend:not(:first-child),
2713+
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
27042714
margin-right: calc(var(--pico-border-width) * -1);
27052715
margin-left: auto;
27062716
}

css/pico.classless.conditional.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.conditional.azure.css

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,16 +2691,26 @@ main {
26912691
border-bottom-right-radius: var(--pico-border-radius);
26922692
border-bottom-left-radius: 0;
26932693
}
2694-
[dir=rtl] button:not(:first-child),
2695-
[dir=rtl] [type=submit]:not(:first-child),
2696-
[dir=rtl] [type=reset]:not(:first-child),
2697-
[dir=rtl] [type=button]:not(:first-child),
2698-
[dir=rtl] [role=button]:not(:first-child),
2699-
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
2700-
[dir=rtl] select:not(:first-child),
2701-
[dir=rtl] label:not(:first-child),
2702-
[dir=rtl] > legend:not(:first-child),
2703-
[dir=rtl] > details > summary:not(:first-child) {
2694+
[dir=rtl] .pico [role=search] button:not(:first-child),
2695+
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
2696+
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
2697+
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
2698+
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
2699+
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
2700+
[dir=rtl] .pico [role=search] select:not(:first-child),
2701+
[dir=rtl] .pico [role=search] label:not(:first-child),
2702+
[dir=rtl] .pico [role=search] > legend:not(:first-child),
2703+
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
2704+
[dir=rtl] .pico [role=group] button:not(:first-child),
2705+
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
2706+
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
2707+
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
2708+
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
2709+
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
2710+
[dir=rtl] .pico [role=group] select:not(:first-child),
2711+
[dir=rtl] .pico [role=group] label:not(:first-child),
2712+
[dir=rtl] .pico [role=group] > legend:not(:first-child),
2713+
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
27042714
margin-right: calc(var(--pico-border-width) * -1);
27052715
margin-left: auto;
27062716
}

css/pico.classless.conditional.azure.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.conditional.blue.css

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,16 +2691,26 @@ main {
26912691
border-bottom-right-radius: var(--pico-border-radius);
26922692
border-bottom-left-radius: 0;
26932693
}
2694-
[dir=rtl] button:not(:first-child),
2695-
[dir=rtl] [type=submit]:not(:first-child),
2696-
[dir=rtl] [type=reset]:not(:first-child),
2697-
[dir=rtl] [type=button]:not(:first-child),
2698-
[dir=rtl] [role=button]:not(:first-child),
2699-
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
2700-
[dir=rtl] select:not(:first-child),
2701-
[dir=rtl] label:not(:first-child),
2702-
[dir=rtl] > legend:not(:first-child),
2703-
[dir=rtl] > details > summary:not(:first-child) {
2694+
[dir=rtl] .pico [role=search] button:not(:first-child),
2695+
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
2696+
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
2697+
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
2698+
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
2699+
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
2700+
[dir=rtl] .pico [role=search] select:not(:first-child),
2701+
[dir=rtl] .pico [role=search] label:not(:first-child),
2702+
[dir=rtl] .pico [role=search] > legend:not(:first-child),
2703+
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
2704+
[dir=rtl] .pico [role=group] button:not(:first-child),
2705+
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
2706+
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
2707+
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
2708+
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
2709+
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
2710+
[dir=rtl] .pico [role=group] select:not(:first-child),
2711+
[dir=rtl] .pico [role=group] label:not(:first-child),
2712+
[dir=rtl] .pico [role=group] > legend:not(:first-child),
2713+
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
27042714
margin-right: calc(var(--pico-border-width) * -1);
27052715
margin-left: auto;
27062716
}

css/pico.classless.conditional.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.conditional.cyan.css

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,16 +2691,26 @@ main {
26912691
border-bottom-right-radius: var(--pico-border-radius);
26922692
border-bottom-left-radius: 0;
26932693
}
2694-
[dir=rtl] button:not(:first-child),
2695-
[dir=rtl] [type=submit]:not(:first-child),
2696-
[dir=rtl] [type=reset]:not(:first-child),
2697-
[dir=rtl] [type=button]:not(:first-child),
2698-
[dir=rtl] [role=button]:not(:first-child),
2699-
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
2700-
[dir=rtl] select:not(:first-child),
2701-
[dir=rtl] label:not(:first-child),
2702-
[dir=rtl] > legend:not(:first-child),
2703-
[dir=rtl] > details > summary:not(:first-child) {
2694+
[dir=rtl] .pico [role=search] button:not(:first-child),
2695+
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
2696+
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
2697+
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
2698+
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
2699+
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
2700+
[dir=rtl] .pico [role=search] select:not(:first-child),
2701+
[dir=rtl] .pico [role=search] label:not(:first-child),
2702+
[dir=rtl] .pico [role=search] > legend:not(:first-child),
2703+
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
2704+
[dir=rtl] .pico [role=group] button:not(:first-child),
2705+
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
2706+
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
2707+
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
2708+
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
2709+
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
2710+
[dir=rtl] .pico [role=group] select:not(:first-child),
2711+
[dir=rtl] .pico [role=group] label:not(:first-child),
2712+
[dir=rtl] .pico [role=group] > legend:not(:first-child),
2713+
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
27042714
margin-right: calc(var(--pico-border-width) * -1);
27052715
margin-left: auto;
27062716
}

css/pico.classless.conditional.cyan.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)