Skip to content

Commit

Permalink
style(next): fix the quick search box
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Jan 15, 2025
1 parent c2dbf0a commit edd39ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/public/stylesheets/theme-next/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@ div.quick-search {
padding: var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left);
}

div.quick-search, div.quick-search:hover, div.quick-search:focus-within {
/* Prevent changes to background and outline when the state of the input group changes */
background: transparent;
outline: none;
}

div.quick-search::before {
/* The background rectangle of the search box */
position: absolute;
Expand Down

0 comments on commit edd39ad

Please sign in to comment.