Skip to content

Commit

Permalink
only use the bottom border for the search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Apr 16, 2022
1 parent 198b58e commit 97ef366
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pydata_sphinx_theme/assets/styles/index.scss
Expand Up @@ -118,8 +118,10 @@ footer {

input {
background-color: var(--pst-color-search-background);
border-radius: 0.2rem;
border: 1px solid var(--pst-color-search-border);
border-style: none none solid none;
border-color: var(--pst-color-search-border);
border-width: 1px;
border-radius: 0px;
padding-left: 35px;
color: var(--pst-color-text-base);

Expand Down

0 comments on commit 97ef366

Please sign in to comment.