Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(VPSidebarItem): whitespace
  • Loading branch information
olets committed Jun 25, 2024
commit 1eb17d1a02c8cec3b514dc4e7901fc29c881b7cf
2 changes: 1 addition & 1 deletion src/client/theme-default/components/VPSidebarItem.vue
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.item:hover .caret and .item:hover .caret:hover styles should probably be merged and adjusted to .item summary:hover .caret { color: var(--vp-c-text-1) } (because currently item is whole element instead of just that title part)

Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function onToggle(payload: ToggleEvent): void {
class="item"
>
<div class="indicator" />

<VPLink
v-if="item.link"
:tag="linkTag"
Expand Down