File tree 1 file changed +9
-5
lines changed
napari_sphinx_theme/static/css
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -341,10 +341,6 @@ button.version-switcher__button {
341
341
sidebar
342
342
***************************/
343
343
344
- .bd-search {
345
- border : 1px solid transparent;
346
- }
347
-
348
344
/* Remove "Section Navigation" caption */
349
345
.bd-links__title {
350
346
display : none;
@@ -498,6 +494,14 @@ nav.bd-links .current>a {
498
494
search
499
495
***************************/
500
496
497
+ .bd-search {
498
+ border : 1px solid transparent;
499
+ }
500
+
501
+ .bd-search : focus-within {
502
+ box-shadow : 0 0 0 .1875rem var (--napari-primary-blue );
503
+ }
504
+
501
505
.form-control {
502
506
border : 1px transparent;
503
507
}
@@ -508,7 +512,7 @@ search
508
512
border : none;
509
513
box-shadow : none;
510
514
color : var (--pst-color-text-muted );
511
- outline : 3 px solid var ( --napari-primary-blue ) ;
515
+ outline : none ;
512
516
}
513
517
514
518
/***************************
You can’t perform that action at this time.
0 commit comments