Skip to content

Commit 8a91447

Browse files
committed
made search input always red border
1 parent 417f09c commit 8a91447

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

theme/doc-page-template.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
<meta name="msapplication-TileImage" content="{{root_dir}}_assets/images/favicons/ms-icon-144x144.png">
3838
<meta name="theme-color" content="#ffffff">
3939

40-
<style>.sidebar-toc { visibility: hidden; }</style>
40+
<style>
41+
.sidebar-toc { visibility: hidden; }
42+
.docsearch-modal-search-input { outline: none !important; }
43+
</style>
4144
<noscript><style>.sidebar-toc { visibility: visible; }</style></noscript>
4245
<!-- Global site tag (gtag.js) - Google Analytics -->
4346
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-12953034-3"></script>

theme/site-template.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
.sidebar-toc {
2121
visibility: visible;
2222
}
23+
24+
.docsearch-modal-search-input {
25+
outline: none !important;
26+
}
2327
</style>
2428
</noscript>
2529

0 commit comments

Comments
 (0)