Skip to content

Commit

Permalink
fix: remove non-existing :blur css pseudo selector (#3118)
Browse files Browse the repository at this point in the history
There is no `:blur` CSS pseudo selector, meaning this generates invalid CSS.
  • Loading branch information
niknetniko committed Jan 20, 2023
1 parent 1dee30f commit 5e3a5a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@vuepress/theme-default/components/DropdownLink.vue
Expand Up @@ -229,8 +229,6 @@ export default {
&.open .nav-dropdown
// override the inline style.
display block !important
&.open:blur
display none
.nav-dropdown
display none
// Avoid height shaked by clicking
Expand Down

0 comments on commit 5e3a5a0

Please sign in to comment.