File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 140140 }
141141}
142142
143+ @layer reset {
144+ input ::-webkit-search-cancel-button {
145+ display : none;
146+ }
147+ }
148+
143149html {
144150 transition-behavior : allow-discrete;
145151 interpolate-size : allow-keywords;
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const handleClickOutside = (e: PointerDownOutsideEvent) => {
8484 type =" search"
8585 :aria-busy =" isLoading"
8686 :placeholder
87- class =" search-input w-full text-2xl font-semibold rounded-3xl pt-3xl pr-5xl pb-6xl pl-2xl dark:bg-gray-950
87+ class =" w-full text-2xl font-semibold rounded-3xl pt-3xl pr-5xl pb-6xl pl-2xl dark:bg-gray-950
8888 bg-white dark:focus:bg-black placeholder:dark:text-gray-500 dark:text-white border border-gray-500 dark:border-charcoal-500
8989 dark:focus:border-charcoal-50 dark:focus-within:outline-0"
9090 @update:model-value =" (value) => { if (!value) hasSearched = false }"
You can’t perform that action at this time.
0 commit comments