Skip to content

Commit

Permalink
FIX: improve display of Hide search button (#984)
Browse files Browse the repository at this point in the history
* fix: unset color of the icons in secondary sidebar links

* remove margin
  • Loading branch information
12rambau committed Oct 6, 2022
1 parent cdc2e8e commit feb4f76
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -62,11 +62,12 @@ div#searchbox {
a {
// add icon via CSS because the link is created by javascript
// match padding to .toc-item > i above
// f010 is magnifying glass minus
&:before {
content: var(--pst-icon-search-minus);
color: unset; // make sure it uses the same color as the text
font-family: "Font Awesome 6 Free";
padding-right: 0.5rem;
margin-right: 0;
}
}
}
Expand Down

0 comments on commit feb4f76

Please sign in to comment.