We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a033db commit 2ab1d0aCopy full SHA for 2ab1d0a
1 file changed
src/modal.css
@@ -384,11 +384,11 @@ svg.DocSearch-Hit-Select-Icon {
384
}
385
386
@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
-}
+ .DocSearch-Hit-action-button:hover,
+ .DocSearch-Hit-action-button:focus {
+ background: rgba(0, 0, 0, 0.2);
+ transition: none;
+ }
392
393
394
.DocSearch-Hit-action-button:hover,
@@ -559,10 +559,6 @@ svg.DocSearch-Hit-Select-Icon {
559
--docsearch-footer-height: 40px;
560
561
562
- .DocSearch--active #__docusaurus {
563
- display: none;
564
- }
565
-
566
.DocSearch-Dropdown {
567
height: 100%;
568
0 commit comments