mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
Fix RTL margin handling in group component
I had made a mistake previously by putting the RTL margin styles one level higher than where it belonged.
This commit is contained in:
parent
951aae3801
commit
973e8a0fd8
1 changed files with 14 additions and 14 deletions
|
@ -189,21 +189,21 @@
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
button,
|
button,
|
||||||
[type="submit"],
|
[type="submit"],
|
||||||
[type="reset"],
|
[type="reset"],
|
||||||
[type="button"],
|
[type="button"],
|
||||||
[role="button"],
|
[role="button"],
|
||||||
input:not([type="checkbox"], [type="radio"]),
|
input:not([type="checkbox"], [type="radio"]),
|
||||||
select,
|
select,
|
||||||
label,
|
label,
|
||||||
> legend,
|
> legend,
|
||||||
> details > summary {
|
> details > summary {
|
||||||
&:not(:first-child) {
|
&:not(:first-child) {
|
||||||
margin-right: calc(var(#{$css-var-prefix}border-width) * -1);
|
margin-right: calc(var(#{$css-var-prefix}border-width) * -1);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue