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.
1 parent dec21f0 commit 95d9da2Copy full SHA for 95d9da2
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