Making WordPress.org


Ignore:
Timestamp:
03/04/2017 01:47:21 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: After [5055], apply the same change to revision logs.

See #2548.

File:
1 edited

Legend:

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

    r5077 r5078  
    283283        ul.status-closed a {
    284284            color: inherit;
     285        }
     286
     287        .bbp-topic-meta .bbp-topic-started-by,
     288        .bbp-topic-meta .bbp-topic-freshness-author,
     289        .bbp-topic-revision-log-item,
     290        .bbp-reply-revision-log-item {
     291            img.avatar {
     292                display: none; // Hides the avatar from single forum view.
     293            }
     294       
     295            a ~ a {
     296                margin-left: -3px; // Hides non-breaking space after the avatar.
     297            }
    285298        }
    286299
     
    715728}
    716729
    717 .bbp-topic-meta {
    718     .bbp-topic-started-by,
    719     .bbp-topic-freshness-author {
    720         img.avatar {
    721             display: none; // Hides the avatar from single forum view.
    722         }
    723 
    724         .bbp-author-avatar ~ .bbp-author-name {
    725             margin-left: -3px; // Hides non-breaking space after the avatar.
    726         }
    727     }
    728 }
    729 
    730730
    731731
Note: See TracChangeset for help on using the changeset viewer.