Skip to content

Commit

Permalink
fix(docsearch): remove Docusaurus style
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Aug 25, 2020
1 parent 1a033db commit 2ab1d0a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,11 @@ svg.DocSearch-Hit-Select-Icon {
}

@media screen and (prefers-reduced-motion: reduce) {
.DocSearch-Hit-action-button:hover,
.DocSearch-Hit-action-button:focus {
background: rgba(0, 0, 0, 0.2);
transition: none;
}
.DocSearch-Hit-action-button:hover,
.DocSearch-Hit-action-button:focus {
background: rgba(0, 0, 0, 0.2);
transition: none;
}
}

.DocSearch-Hit-action-button:hover,
Expand Down Expand Up @@ -559,10 +559,6 @@ svg.DocSearch-Hit-Select-Icon {
--docsearch-footer-height: 40px;
}

.DocSearch--active #__docusaurus {
display: none;
}

.DocSearch-Dropdown {
height: 100%;
}
Expand Down

0 comments on commit 2ab1d0a

Please sign in to comment.