Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(theme): add cursor for collapsible sidebar title (#1397)
  • Loading branch information
CHOYSEN committed Sep 25, 2022
1 parent d7b1542 commit ed37b9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client/theme-default/components/VPSidebarGroup.vue
Expand Up @@ -88,6 +88,10 @@ function toggle() {
display: block;
}
.VPSidebarGroup.collapsible .title {
cursor: pointer;
}
.title:hover .action {
color: var(--vp-c-text-2);
}
Expand Down

0 comments on commit ed37b9a

Please sign in to comment.