Skip to content

Commit

Permalink
fix(docsearch): remove blur effect to avoid performance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed May 14, 2020
1 parent 3d95664 commit ea9c700
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ html[data-theme='dark'] {
--docsearch-muted-color: rgb(127, 132, 151);
}

.DocSearch--active #__docusaurus {
filter: blur(2px);
}

/* Search Button */

.DocSearch-SearchButton {
Expand Down

0 comments on commit ea9c700

Please sign in to comment.