style(next): fix the quick search box

This commit is contained in:
Adorian Doran 2025-01-15 02:59:55 +02:00
parent c2dbf0a463
commit edd39ad0db

View File

@ -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;