Skip to content

Commit ed37b9a

Browse files
authored
fix(theme): add cursor for collapsible sidebar title (#1397)
1 parent d7b1542 commit ed37b9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/client/theme-default/components/VPSidebarGroup.vue

+4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ function toggle() {
8888
display: block;
8989
}
9090
91+
.VPSidebarGroup.collapsible .title {
92+
cursor: pointer;
93+
}
94+
9195
.title:hover .action {
9296
color: var(--vp-c-text-2);
9397
}

0 commit comments

Comments
 (0)