Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5e3a5a0

Browse filesBrowse 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
Copy full SHA for 5e3a5a0

File tree

1 file changed

+0
-2
lines changed
Filter options

1 file changed

+0
-2
lines changed

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

Copy file name to clipboardExpand all lines: 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.