We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34b0ba commit 757e880Copy full SHA for 757e880
packages/@vuepress/theme-default/components/DropdownLink.vue
@@ -109,6 +109,10 @@ export default {
109
.dropdown-title
110
display block
111
font-size 0.9rem
112
+ font-family inherit
113
+ cursor inherit
114
+ padding inherit
115
+ line-height 1.4rem
116
background transparent
117
border none
118
font-weight 500
@@ -163,6 +167,11 @@ export default {
163
167
.dropdown-wrapper
164
168
&.open .dropdown-title
165
169
margin-bottom 0.5rem
170
+ .dropdown-title
171
+ font-weight 600
172
+ font-size inherit
173
+ &:hover
174
+ color $accentColor
166
175
.nav-dropdown
176
transition height .1s ease-out
177
overflow hidden
0 commit comments