Skip to content

Commit 5535431

Browse files
committed
fix($theme-default): stylus @extend rule
1 parent 50388d9 commit 5535431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/theme-default/components/DropdownLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default {
153153
margin-top -1px
154154
margin-left 0.4rem
155155
.mobile-dropdown-title
156-
@extends .dropdown-title
156+
@extends .dropdown-wrapper .dropdown-title
157157
display none
158158
font-weight 600
159159
font-size inherit

0 commit comments

Comments
 (0)