Skip to content

Commit

Permalink
CLDR-17461 Forum posts in vetting view, change icon style (#3723)
Browse files Browse the repository at this point in the history
  • Loading branch information
btangmu authored May 15, 2024
1 parent dc7f411 commit 795135e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/cldr-apps/js/src/esm/cldrTable.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,8 @@ function appendForumStatus(parent, forumStatus, loc) {
(forumStatus.hasOpenPosts
? cldrText.get("forum_path_has_open_posts")
: cldrText.get("forum_path_has_only_closed_posts"));
el.style.backgroundColor = forumStatus.hasOpenPosts ? "orange" : "green";
el.style.padding = el.style.margin = ".5ex";
cldrSurvey.setLang(el, loc);
parent.appendChild(el);
return el;
Expand Down

0 comments on commit 795135e

Please sign in to comment.