Skip to content

Commit

Permalink
Fix search colors for PST 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Oct 22, 2024
1 parent 2aa9fa3 commit e7336d6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions napari_sphinx_theme/static/css/napari-sphinx-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,6 @@ button.version-switcher__button {
sidebar
***************************/

.bd-search {
border: 1px solid transparent;
}

/* Remove "Section Navigation" caption */
.bd-links__title {
display: none;
Expand Down Expand Up @@ -498,6 +494,14 @@ nav.bd-links .current>a {
search
***************************/

.bd-search {
border: 1px solid transparent;
}

.bd-search:focus-within {
box-shadow: 0 0 0 .1875rem var(--napari-primary-blue);
}

.form-control {
border: 1px transparent;
}
Expand All @@ -508,7 +512,7 @@ search
border: none;
box-shadow: none;
color: var(--pst-color-text-muted);
outline: 3px solid var(--napari-primary-blue);
outline: none;
}

/***************************
Expand Down

0 comments on commit e7336d6

Please sign in to comment.