Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bootstrap links black boxes on hover

All of a sudden it seems my links now turn to black boxes while being hovered on as well as turn grey after being clicked on. I don't remember changing anything that might have caused this. Instead of posting my 1300 lines of css does anyone have an idea why this may be happening?

like image 423
user2759575 Avatar asked Nov 14 '13 21:11

user2759575


1 Answers

Inspect the element's hover state. If you use Google Chrome, open up inspector, right click the element, 'Force Element State' > :hover. You should be able to identify the problem using your inspector and checking the CSS styles for that element.

like image 96
jbarnett Avatar answered Nov 15 '22 05:11

jbarnett