We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dec21f0 + 95d9da2 commit 9814826Copy full SHA for 9814826
src/addons/blog/lang.json
@@ -4,8 +4,8 @@
4
"associatewithmodule": "Blog about {{$a.modtype}}: {{$a.modname}}",
5
"associations": "Associations",
6
"blog": "Blog",
7
- "blogentries": "Blog entries",
8
"blogdeleteconfirm": "Delete the blog entry '{{$a}}'?",
+ "blogentries": "Blog entries",
9
"entrybody": "Blog entry body",
10
"entrytitle": "Entry title",
11
"errorloadentries": "Error loading blog entries.",
src/theme/components/ion-accordion.scss
@@ -17,6 +17,9 @@ ion-accordion {
17
&.accordion-collapsing > [slot="header"] .ion-accordion-toggle-icon,
18
&.accordion-collapsed > [slot="header"] .ion-accordion-toggle-icon {
19
transform: rotate(-90deg);
20
+ @include rtl() {
21
+ transform: rotate(90deg);
22
+ }
23
}
24
25
0 commit comments