0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Removed the outline in Safari

This commit is contained in:
Djordje Vlaisavljevic 2022-07-07 14:43:03 +02:00
parent 86cba694c2
commit aede4046d8

View file

@ -155,7 +155,7 @@ function SearchBox() {
e.preventDefault();
}
}}
className='grow -my-5 py-5 -ml-3 pl-3 text-[1.65rem] focus-visible:outline-none placeholder:text-gray-400'
className='grow -my-5 py-5 -ml-3 pl-3 text-[1.65rem] focus-visible:outline-none placeholder:text-gray-400 outline-none'
placeholder='Search posts, tags, authors..'
/>
<ClearButton />