[wp-meta] [Making WordPress.org] #1266: Plugin Directory (RTL) Rating
Making WordPress.org
noreply at wordpress.org
Tue Sep 29 18:09:05 UTC 2015
#1266: Plugin Directory (RTL) Rating
---------------------+------------------------------
Reporter: ramiy | Owner:
Type: defect | Status: new
Priority: normal | Component: Plugin Directory
Resolution: | Keywords:
---------------------+------------------------------
Comment (by SergeyBiryukov):
For plugin directory, this should fix it:
{{{
html[dir="rtl"] .wporg-ratings .dashicons-star-half {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
}}}
For theme directory, we should probably follow the path of #WP34080 and
use `wp_star_rating()` there.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1266#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list