fix: Focus search input style on safari (#613)

This commit is contained in:
Joel Drake 2022-12-28 17:35:40 +01:00 committed by GitHub
parent a775203bdc
commit 5e86d2a3da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -103,5 +103,6 @@ export default defineConfig({
res += `\n${res.replace('{scrollbar-width:none;}', '::-webkit-scrollbar{display: none;}')}`
return res
}],
['box-shadow-outline', { 'box-shadow': '0 0 0 1px var(--c-primary)' }],
],
})