Remove additional native button properties.

This commit is contained in:
ndrooo 2024-08-09 18:37:19 -04:00
parent 7d60e235ae
commit a1a1e18a99

View File

@ -3,10 +3,13 @@
.search { .search {
border: none; border: none;
background: none; background: none;
font-family: inherit;
font-size: inherit;
min-width: fit-content; min-width: fit-content;
max-width: 14rem; max-width: 14rem;
padding: 0; padding: 0;
flex-grow: 0.3; flex-grow: 0.3;
text-align: inherit;
& > #search-icon { & > #search-icon {
background-color: var(--lightgray); background-color: var(--lightgray);