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
|
@ -52,7 +52,7 @@ const activate = () => {
|
|||
|
||||
<template>
|
||||
<div ref="el" relative px4 py2 group>
|
||||
<div bg-base border="~ base" h10 rounded-full flex="~ row" items-center relative outline-primary outline-1 focus-within:outline>
|
||||
<div bg-base border="~ base" h10 rounded-full flex="~ row" items-center relative focus-within:box-shadow-outline>
|
||||
<div i-ri:search-2-line mx4 absolute pointer-events-none text-secondary mt="1px" />
|
||||
<input
|
||||
ref="input"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue