[wp-meta] [Making WordPress.org] #2547: Review form; structure of star ratings

Making WordPress.org noreply at wordpress.org
Wed Feb 21 23:22:37 UTC 2018


#2547: Review form; structure of star ratings
----------------------------+------------------
 Reporter:  anevins         |       Owner:
     Type:  defect          |      Status:  new
 Priority:  normal          |   Milestone:
Component:  Support Forums  |  Resolution:
 Keywords:  needs-patch     |
----------------------------+------------------

Comment (by anevins):

 @obenland, This CSS here will not work in IE8 & IE7:

 {{{


 /* On focus & On hover: Change the star icon */
 .rate input:focus + .rate-item:before,
 .rate input:hover + .rate-item:before {
     content: '\f155';
 }

 /* On focus: Add an underline to the star for an additional visual cue */
 .rate input:focus + .rate-item {
     border-bottom: 2px solid #ffb900;
 }
 }}}

 Would you still like to continue with this solution?

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


More information about the wp-meta mailing list