forked from CIT/Vmeda.Online
		
	MOBILE-4616 rtl: Fix accordion direction on RTL
This commit is contained in:
		
							parent
							
								
									dec21f0a69
								
							
						
					
					
						commit
						95d9da2565
					
				@ -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