Changeset 13496 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss
- Timestamp:
- 04/11/2024 12:19:27 AM (21 months ago)
- 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 68 68 } 69 69 70 &.bbp-view-all-replies { 71 72 #bbpress-forums .status-pending { 73 74 .even, 75 .odd { 76 background: none; 77 } 78 } 79 } 80 70 81 #bbpress-forums { 71 82 … … 76 87 77 88 .status-pending { 78 background: none; 89 90 &.even, 91 &.odd { 92 background: none; 93 } 94 95 a { 96 background: none; 97 } 79 98 80 99 div.bbp-template-notice { … … 85 104 .status-archived, 86 105 .status-spam { 87 background: none !important;88 106 89 107 div.bbp-template-notice { … … 106 124 .bbp-topic-reply-count { 107 125 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); 108 131 } 109 132 … … 177 200 178 201 ul.bbp-lead-topic li.bbp-body div.topic { 179 background: transparent;202 background: var(--wp--preset--color--light-grey-3); 180 203 } 181 204
Note: See TracChangeset
for help on using the changeset viewer.