Making WordPress.org


Ignore:
Timestamp:
03/16/2021 03:21:34 AM (5 years ago)
Author:
dd32
Message:

Support Forums: Add a "Your Rating" label prior to the star ratings on the reviews form.

This additionally applies the front-end styles for topics to only the front-end, and not to the topic edit screen, fixing incorrect star styling on the review edit screen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

    r10600 r10822  
    796796                        margin-bottom: 0;
    797797                }
     798
     799                div.rate {
     800                        margin-bottom: 8px;
     801                }
    798802        }
    799803
     
    10151019# Single Topic
    10161020--------------------------------------------------------------*/
    1017 .single-topic {
     1021body.single-topic:not(body.topic-edit) {
    10181022
    10191023        .entry-content {
Note: See TracChangeset for help on using the changeset viewer.