Making WordPress.org


Ignore:
Timestamp:
08/08/2017 03:42:00 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Add an icon and top border to site URL in topic content to help distinguish it from actual content.

See #363.

File:
1 edited

Legend:

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

    r5756 r5779  
    380380        }
    381381
     382        p.wporg-bbp-topic-site-url {
     383            border-top: 1px solid #eee;
     384            padding-top: 0.5rem;
     385        }
     386
     387        p.wporg-bbp-topic-site-url:before {
     388            content: "\f103";
     389            color: #000;
     390            font-family: dashicons;
     391            font: normal 16px/1 'dashicons';
     392            margin-right: 5px;
     393            float: left;
     394            padding-top: 3px;
     395        }
     396
    382397        .wporg-bbp-user-flag.flagged a {
    383398            color: #f00;
Note: See TracChangeset for help on using the changeset viewer.