Timvde / UserChrome-Tweaks

A community maintained repository of userChrome.css tweaks for Firefox
GNU General Public License v3.0
1.25k stars 122 forks source link

Move transition property from :hover to normal. #129

Closed different55 closed 5 years ago

different55 commented 5 years ago

Right now when you move the mouse out of range it just kind of lurches out of existence, and that's a bit weird so I moved that transition property to the "normal" state instead of just :hover.

Timvde commented 5 years ago

Does this mean that there's no transition to open it?

different55 commented 5 years ago

Nah, the "normal" state styles trickle down into the hover state as well. But when it's on the hover state like before, the transition only takes effect while it's being hovered. As soon as the mouse moves out, that transition loses effect and it just pops out of existence.