Skip to content

Commit

Permalink
docs: Indicate in-progress SEEDs better
Browse files Browse the repository at this point in the history
Change-Id: I10c8b8a91ba5cba0db268d61b3208a7ad8c80245
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/154735
Commit-Queue: Chad Norvell <[email protected]>
Reviewed-by: Kayce Basques <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
  • Loading branch information
chadnorvell authored and CQ Bot Account committed Jul 11, 2023
1 parent cd7caa4 commit 089f5a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_static/css/pigweed.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ h4, h5, h6 {
font-size: var(--font-size--normal);
}

/* Indicate in-progress SEEDs */
a[href="seed/0000-index.html"] ~ ul > li > a.reference.external[href*="pigweed-review.googlesource.com"]::before {
content: "🚧 ";
}

div.pw-main {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 089f5a7

Please sign in to comment.