fix: Focus search input style on safari (#613)
This commit is contained in:
parent
a775203bdc
commit
5e86d2a3da
2 changed files with 2 additions and 1 deletions
|
@ -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)' }],
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue