We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa148a commit f2dc027Copy full SHA for f2dc027
1 file changed
app/components/Compare/PackageSelector.vue
@@ -101,7 +101,7 @@ function handleBlur() {
101
? $t('compare.selector.search_first')
102
: $t('compare.selector.search_add')
103
"
104
- class="w-full bg-bg-subtle border border-border rounded-lg ps-10 pe-4 py-2.5 font-mono text-sm text-fg placeholder:text-fg-subtle motion-reduce:transition-none duration-200 focus:border-accent focus-visible:outline-accent/70"
+ class="w-full bg-bg-subtle border border-border rounded-lg ps-10 pe-4 py-2.5 font-mono text-sm text-fg placeholder:text-fg-subtle motion-reduce:transition-none duration-200 focus:border-accent focus-visible:(outline-2 outline-accent/70)"
105
aria-autocomplete="list"
106
@focus="isInputFocused = true"
107
@blur="handleBlur"
0 commit comments