Bootstrap ties black drawers on hover

Suddenly it seems that my links are now turning into black boxes during hovering, and also turn gray after clicking. I don’t remember that something changed that could cause this. Instead of sending my 1300 lines of css, does anyone have an idea why this could happen?

+4
source share
1 answer

Check the hover state of the item. If you use Google Chrome, open the inspector, right-click the "Force Element State">: hover item. You should be able to identify the problem with your inspector and check the CSS styles for this element.

+7
source