Skip to content

Commit 5e3a5a0

Browse files
authored
fix: remove non-existing :blur css pseudo selector (#3118)
There is no `:blur` CSS pseudo selector, meaning this generates invalid CSS.
1 parent 1dee30f commit 5e3a5a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,6 @@ export default {
229229
&.open .nav-dropdown
230230
// override the inline style.
231231
display block !important
232-
&.open:blur
233-
display none
234232
.nav-dropdown
235233
display none
236234
// Avoid height shaked by clicking

0 commit comments

Comments
 (0)