Making WordPress.org


Ignore:
Timestamp:
04/11/2024 12:19:27 AM (21 months ago)
Author:
adamwood
Message:

wporg-support-2024: Enable publish status colors on lists

Adds back background colors on lists of topics to help mods.

Fixes #7564

File:
1 edited

Legend:

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

    r13484 r13496  
    6868    }
    6969
     70    &.bbp-view-all-replies {
     71
     72        #bbpress-forums .status-pending {
     73
     74            .even,
     75            .odd {
     76                background: none;
     77            }
     78        }
     79    }
     80
    7081    #bbpress-forums {
    7182
     
    7687
    7788        .status-pending {
    78             background: none;
     89
     90            &.even,
     91            &.odd {
     92                background: none;
     93            }
     94
     95            a {
     96                background: none;
     97            }
    7998
    8099            div.bbp-template-notice {
     
    85104        .status-archived,
    86105        .status-spam {
    87             background: none !important;
    88106
    89107            div.bbp-template-notice {
     
    106124            .bbp-topic-reply-count {
    107125                font-size: var(--wp--preset--font-size--small);
     126            }
     127
     128            ul.forum,
     129            ul.topic {
     130                border-top-color: var(--wp--custom--color--border);
    108131            }
    109132
     
    177200
    178201        ul.bbp-lead-topic li.bbp-body div.topic {
    179             background: transparent;
     202            background: var(--wp--preset--color--light-grey-3);
    180203        }
    181204
Note: See TracChangeset for help on using the changeset viewer.