Making WordPress.org


Ignore:
Timestamp:
08/06/2017 08:57:22 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Remove styles for hiding the "About this Plugin/Theme" heading removed in [5755].

See #2495.

File:
1 edited

Legend:

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

    r5754 r5756  
    463463        }
    464464
    465         &.single-forum {
    466                 .entry-meta div:first-child h3 {
    467                         display: none;
    468                 }
    469         }
    470 
    471465        .forum-titles {
    472466                .bbp-topic-voice-count,
     
    905899.sidebar {
    906900
    907         > div:first-child h3 {
    908                 display: none;
    909         }
    910 
    911901        .topic-info li.topic-forum:before {
    912902                content: "\f230";
     
    933923
    934924.bbp-view { // This is my hook for both the plugin/theme support review page and the actual plugin/theme support forum
    935         .sidebar {
    936                 h3 {
    937                         display: none;
    938                 }
    939 
    940                 > div.my-account {
    941                         display: inherit;
    942                 }
    943         }
    944 
    945925        // Review page
    946926        .review-ratings {
Note: See TracChangeset for help on using the changeset viewer.