Making WordPress.org


Ignore:
Timestamp:
03/17/2020 05:27:12 AM (5 years ago)
Author:
dd32
Message:

Support Forums: Upgrade the Report This Topic link from a link to a form with reasons.

Props Clorith.
Fixes #4821.

File:
1 edited

Legend:

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

    r9447 r9594  
    10641064    }
    10651065
    1066     .topic-info li.topic-report::before {
    1067         content: "\f227";
     1066    .topic-info li.topic-report {
     1067
     1068        &::before {
     1069            content: "\f227";
     1070        }
     1071
     1072        select,
     1073        input[type="text"] {
     1074            width: 100%;
     1075            padding: 0.2rem 0.5rem 0.1rem;
     1076            margin: 0;
     1077        }
    10681078    }
    10691079
Note: See TracChangeset for help on using the changeset viewer.