mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -04:00
Add RTL support for Accordion Marker
This commit is contained in:
parent
5e37f38e18
commit
6359082a45
1 changed files with 8 additions and 0 deletions
|
@ -110,9 +110,17 @@
|
|||
|
||||
&::after {
|
||||
float: left;
|
||||
transform: rotate(90deg);
|
||||
background-position: left center;
|
||||
}
|
||||
}
|
||||
&[open] {
|
||||
> summary {
|
||||
&::after {
|
||||
transform: rotate(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue