fix(theme): add cursor for collapsible sidebar title (#1397)

pull/1405/head
CHOYSEN 2 years ago committed by GitHub
parent d7b15422d7
commit ed37b9a0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,6 +88,10 @@ function toggle() {
display: block;
}
.VPSidebarGroup.collapsible .title {
cursor: pointer;
}
.title:hover .action {
color: var(--vp-c-text-2);
}

Loading…
Cancel
Save