Skip to content

Commit

Permalink
wporg-support-2024: Consistent sticky topic styles
Browse files Browse the repository at this point in the history
Use the same background color for sticky and super sticky topics


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13560 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
Adam Wood committed Apr 18, 2024
1 parent 3bdd3bf commit b082359
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ $paginationBreakPoint: "600px";
}
}

.bbp-forum-content ul.sticky,
.bbp-topics ul.sticky,
.bbp-topics ul.super-sticky,
.bbp-topics-front ul.super-sticky {
background-color: var(--wp--preset--color--lemon-3) !important;
}

.bbp-body {

.bbp-topic-freshness,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2574,6 +2574,12 @@ body.category #main .archive-pagination {
.bbpress #bbpress-forums .bbp-reply-content p:last-child {
margin-bottom: var(--wp--preset--spacing--20);
}
.bbpress #bbpress-forums .bbp-forum-content ul.sticky,
.bbpress #bbpress-forums .bbp-topics ul.sticky,
.bbpress #bbpress-forums .bbp-topics ul.super-sticky,
.bbpress #bbpress-forums .bbp-topics-front ul.super-sticky {
background-color: var(--wp--preset--color--lemon-3) !important;
}
.bbpress #bbpress-forums .bbp-body .bbp-topic-freshness,
.bbpress #bbpress-forums .bbp-body .bbp-topic-voice-count,
.bbpress #bbpress-forums .bbp-body .bbp-topic-reply-count {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2574,6 +2574,12 @@ body.category #main .archive-pagination {
.bbpress #bbpress-forums .bbp-reply-content p:last-child {
margin-bottom: var(--wp--preset--spacing--20);
}
.bbpress #bbpress-forums .bbp-forum-content ul.sticky,
.bbpress #bbpress-forums .bbp-topics ul.sticky,
.bbpress #bbpress-forums .bbp-topics ul.super-sticky,
.bbpress #bbpress-forums .bbp-topics-front ul.super-sticky {
background-color: var(--wp--preset--color--lemon-3) !important;
}
.bbpress #bbpress-forums .bbp-body .bbp-topic-freshness,
.bbpress #bbpress-forums .bbp-body .bbp-topic-voice-count,
.bbpress #bbpress-forums .bbp-body .bbp-topic-reply-count {
Expand Down
Loading

0 comments on commit b082359

Please sign in to comment.