Skip to content

Commit

Permalink
fix: summary add cursor pointer (#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadejs authored Aug 13, 2024
1 parent 3849cfc commit a66c916
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vitepress/theme/styles/style-guide.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@
.style-verb.avoid {
background-color: var(--vt-c-red);
}
.vt-doc summary {
width: fit-content;
cursor: pointer;
}

0 comments on commit a66c916

Please sign in to comment.