Skip to content

Commit 740fbc7

Browse files
committed
refactor: replace single use class-shortcut with atomic classes
1 parent 18e2f54 commit 740fbc7

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

app/components/FilterPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

uno.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)