File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ const hasActiveFilters = computed(() => !!filterSummary.value)
228228 :value =" filters.text"
229229 :placeholder =" searchPlaceholder"
230230 autocomplete =" off"
231- class =" input-base "
231+ class =" w-full bg-bg-subtle border border-border rounded-md px-4 py-3 font-mono text-sm text-fg placeholder:text-fg-subtle transition-all duration-200 focus:(border-fg/40 outline-none ring-1 ring-fg/10) "
232232 @input =" handleTextInput"
233233 />
234234 </div >
Original file line number Diff line number Diff line change @@ -136,12 +136,6 @@ export default defineConfig({
136136 ] ,
137137 [ 'link-subtle' , 'text-fg-muted hover:text-fg transition-colors duration-200 focus-ring' ] ,
138138
139- // Form elements
140- [
141- 'input-base' ,
142- 'w-full bg-bg-subtle border border-border rounded-md px-4 py-3 font-mono text-sm text-fg placeholder:text-fg-subtle transition-all duration-200 focus:(border-fg/40 outline-none ring-1 ring-fg/10)' ,
143- ] ,
144-
145139 // Tags/badges
146140 [
147141 'tag' ,
You can’t perform that action at this time.
0 commit comments