We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea26b9f commit d2ef5d8Copy full SHA for d2ef5d8
src/client/theme-default/components/VPSidebarItem.vue
@@ -126,18 +126,19 @@ const classes = computed(() => [
126
cursor: pointer;
127
display: flex;
128
justify-content: space-between;
129
+}
130
- .link {
131
- flex-grow: 0;
132
- }
+.VPSidebarItem details summary .link {
+ flex-grow: 0;
133
134
- &::-webkit-details-marker {
135
- display: none;
136
+
+.VPSidebarItem details summary::-webkit-details-marker {
137
+ display: none;
138
139
- &::marker {
- content: '';
140
+.VPSidebarItem details summary::marker {
141
+ content: '';
142
}
143
144
.indicator {
0 commit comments