Making WordPress.org


Ignore:
Timestamp:
04/16/2024 04:22:46 AM (10 months ago)
Author:
adamwood
Message:

wporg-support-2024: Update reported topic styles

Restores background and badge colors on reported topics to highlight them

Fixes #7580

File:
1 edited

Legend:

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

    r13535 r13538  
    301301        }
    302302
     303        div.reported_topics {
     304            padding-top: 60px;
     305            background-color: unset;
     306        }
     307
    303308        div.bbp-reply-content,
    304309        div.bbp-topic-content {
     
    11171122            }
    11181123
    1119             div.even:not(.topic):not(.reply),
     1124            div.even:not(.topic):not(.reply):not(.reported_topics),
    11201125            ul.even,
    11211126            div.odd:not(.reply),
Note: See TracChangeset for help on using the changeset viewer.