https://bugzilla.wikimedia.org/show_bug.cgi?id=64789

--- Comment #3 from Jared Zimmerman (WMF) <[email protected]> ---
The next update will replace the svg icons with wikifont characters. We'll need
to use something like

backward { 
     display: inline-block;
    -moz-transform: scale(-1, 1); 
    -webkit-transform: scale(-1, 1);  
    transform: scale(-1, 1); 
} 


To reflect the individual icon characters for 90% of the icons and have
alternate RTL versions of a few that use elements that can't be flipped like
the echo mention which uses an @ symbol inside the symbol.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to