Skip to content

Commit 2ab1d0a

Browse files
fix(docsearch): remove Docusaurus style
1 parent 1a033db commit 2ab1d0a

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

src/modal.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,11 @@ svg.DocSearch-Hit-Select-Icon {
384384
}
385385

386386
@media screen and (prefers-reduced-motion: reduce) {
387-
.DocSearch-Hit-action-button:hover,
388-
.DocSearch-Hit-action-button:focus {
389-
background: rgba(0, 0, 0, 0.2);
390-
transition: none;
391-
}
387+
.DocSearch-Hit-action-button:hover,
388+
.DocSearch-Hit-action-button:focus {
389+
background: rgba(0, 0, 0, 0.2);
390+
transition: none;
391+
}
392392
}
393393

394394
.DocSearch-Hit-action-button:hover,
@@ -559,10 +559,6 @@ svg.DocSearch-Hit-Select-Icon {
559559
--docsearch-footer-height: 40px;
560560
}
561561

562-
.DocSearch--active #__docusaurus {
563-
display: none;
564-
}
565-
566562
.DocSearch-Dropdown {
567563
height: 100%;
568564
}

0 commit comments

Comments
 (0)