Making WordPress.org


Ignore:
Timestamp:
07/28/2018 05:42:11 AM (8 years ago)
Author:
netweb
Message:

Support Theme: Add a visual queue to topics and replies that a user is blocked

This changeset adds a [This user is blocked] note, in red, next to the users nicename in topics and replies, but only for moderators.

Props Clorith.
Fixes #2576.

File:
1 edited

Legend:

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

    r7453 r7518  
    435435        }
    436436
     437        p.wporg-bbp-user-is-blocked {
     438            display: inline-block;
     439            color: #f00;
     440        }
     441
    437442        .create-topic {
    438443            font-size: 0.8rem;
    439444            float: left;
    440445
    441             &:before {
     446            &::before {
    442447                color: #000;
    443448                content: "\f132";
     
    447452            }
    448453        }
    449 
    450 
    451454
    452455        .bbp-pagination {
Note: See TracChangeset for help on using the changeset viewer.