Skip to content

Commit 2299099

Browse files
remove 'hide search matches' button
1 parent c1bf9c2 commit 2299099

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/_static/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ code {
6161
margin-bottom: 0 !important;
6262
}
6363

64+
/* Hide Search Matches Button */
65+
#searchbox .highlight-link {
66+
display: none;
67+
}
68+
69+
.highlighted #searchbox .highlight-link {
70+
display: block;
71+
}
72+
6473
/*-------------------------------------------------------------*/
6574
/*Landing Page Layout*/
6675

0 commit comments

Comments
 (0)