forked from CIT/Vmeda.Online
		
	Merge pull request #4205 from crazyserver/MOBILE-4616
MOBILE-4616 rtl: Fix accordion direction on RTL
This commit is contained in:
		
						commit
						9814826f9d
					
				@ -4,8 +4,8 @@
 | 
			
		||||
    "associatewithmodule": "Blog about {{$a.modtype}}: {{$a.modname}}",
 | 
			
		||||
    "associations": "Associations",
 | 
			
		||||
    "blog": "Blog",
 | 
			
		||||
    "blogentries": "Blog entries",
 | 
			
		||||
    "blogdeleteconfirm": "Delete the blog entry '{{$a}}'?",
 | 
			
		||||
    "blogentries": "Blog entries",
 | 
			
		||||
    "entrybody": "Blog entry body",
 | 
			
		||||
    "entrytitle": "Entry title",
 | 
			
		||||
    "errorloadentries": "Error loading blog entries.",
 | 
			
		||||
 | 
			
		||||
@ -17,6 +17,9 @@ ion-accordion {
 | 
			
		||||
    &.accordion-collapsing > [slot="header"] .ion-accordion-toggle-icon,
 | 
			
		||||
    &.accordion-collapsed > [slot="header"] .ion-accordion-toggle-icon {
 | 
			
		||||
        transform: rotate(-90deg);
 | 
			
		||||
        @include rtl() {
 | 
			
		||||
            transform: rotate(90deg);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user