Skip to content

Commit

Permalink
Merge "docs: add pointer when hovering over stdlib summaries" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
LalitMaganti authored and Gerrit Code Review committed Oct 14, 2024
2 parents 84c1b09 + b3ba14e commit 0aef30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/perfetto.dev/src/gen_stdlib_docs_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _md_table_header(cols: List[str]) -> str:

def _md_rolldown(summary: str, content: str) -> str:
return f"""<details>
<summary>{summary}</summary>
<summary style="cursor: pointer;">{summary}</summary>
{content}
Expand Down

0 comments on commit 0aef30d

Please sign in to comment.