mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
Remove additional native button properties.
This commit is contained in:
parent
7d60e235ae
commit
a1a1e18a99
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user