I've been troubleshooting this issue for what seems like an eternity. I've combed through Chrome's inspect tool, searching for any hover styles on the fieldset element, but to no avail. Here's my dilemma... I simply want a basic outlined input. A black border with blue focus. However, every time I hover over the input, a pesky white border appears. You'd think setting the hover border to transparent would do the trick, right? Nope. Whenever the input is in the active state and you hover over it, the border turns transparent... not ideal at all. I'm desperate to eliminate this hover effect entirely, but despite scouring documentation, StackOverflow, and countless Google searches, I can't seem to find a solution. How difficult can this be, really? Can anyone provide insight on how to rid the input or fieldset border of its hover effect?