[wp-meta] [Making WordPress.org] #5307: Theme Directory RTL arrows issues

Making WordPress.org noreply at wordpress.org
Tue Jul 7 10:39:25 UTC 2020


#5307: Theme Directory RTL arrows issues
-----------------------------------------+---------------------
 Reporter:  ramiy                        |       Owner:  (none)
     Type:  defect                       |      Status:  new
 Priority:  normal                       |   Milestone:
Component:  Theme Directory              |  Resolution:
 Keywords:  needs-patch has-screenshots  |
-----------------------------------------+---------------------

Comment (by ramiy):

 You should also check the **See all Ratings** arrow, the following CSS:

 {{{
 [dir=ltr] .theme-ratings .reviews-link:after
 [dir=rtl] .theme-ratings .reviews-link:before
 }}}

 * LTR CSS uses `:after` with `float:right`
 * RTL CSS uses `:before` with `float:left`

 They should both use `:after` as the icon displayed after the text in both
 cases - this way you can delete the float.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5307#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list