Currently, I am utilizing Bootstrap input groups and implementing a negative margin of margin-bottom: -1px
. You can see a similar example at the following link:
http://getbootstrap.com/examples/signin/
However, in my case, when I focus on an input field, the negative margin is causing the bottom highlight of the input to be hidden. Please refer to the screenshot below for clarification.
If anyone has any suggestions on how to address this issue, it would be greatly appreciated.
I'm puzzled as to why this problem doesn't occur in the Bootstap signin example. Perhaps there is a simple solution that I am overlooking.