firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

Background and hover color bug #469

Closed alexstine closed 2 years ago

alexstine commented 8 years ago

Hello, I am not sure if it is really a bug, but it sure seems like it.

When using the css panel to adjust hover colors, something weird happens, example below. #custom-selector:hover { background-color: blue; } In this example, we are changing the background color of a button on mouse hover. Now with Firebug, instead of applying this on hover, it changes the background to the color you specify. Where in reality, it should only change the color if you are hovering over it. Just to note, the same behavior happens with hover checked or unchecked under the styles tab.

Thanks, awesome add-on by the way.