Html – How to remove tiny outlines on corners?
I am working on an input field with a gradient border on hover and focus. I came up with this snippet that technically works: <div class="rounded-lg bg-gradient-to-tr from-yellow-600 via-red-600 to-purple-600"> <input class="rounded-lg border border-gray-300 bg-clip-padding px-4 py-2 transition duration-200 hover:border-transparent…