mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
fix: text align logical properties
This commit is contained in:
parent
1b4853ca06
commit
827e5fa308
4 changed files with 5 additions and 5 deletions
|
@ -74,7 +74,7 @@
|
|||
// Type button
|
||||
&[role="button"] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
|
||||
// Marker
|
||||
&::after {
|
||||
|
@ -104,7 +104,7 @@
|
|||
[dir="rtl"] {
|
||||
#{$parent-selector} details {
|
||||
summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
|
||||
&::after {
|
||||
float: left;
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
}
|
||||
|
||||
> footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
|
||||
button,
|
||||
[role="button"] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue