Issue with Thin Gray Border Appearing on Button Hover
Hello everyone,
I’m experiencing an issue where a very thin gray border appears around a button when I hover over it. The button itself does not have any border set, so I’m unsure why this is happening. Can anyone help me figure out what might be causing this?
Here you can see, what I mean: https://ibb.co/hCB12Vj
My Code, where I can't reproduce the issue: https://jsfiddle.net/0dnkuoL2/8/
Thank you very much.
Edit fiddle - JSFiddle - Code Playground
JSFiddle - Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle.
2 Replies
If you can't reproduce the issue when you set up a demo, then it is possible that there is something else in your code that is causing it, even though it may appear unrelated.
Can you share the original URL where you have this issue?
Also, you state that the button does not have any border set however, in your jsfiddle, it does have a border.
I found the reason. The css property transform: translate ... was the reason.