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

navbar/auto-hide.css Replace hover with active focus #150

Open willbelr opened 5 years ago

willbelr commented 5 years ago

Thank you for your snippets. To reduce flickering, I would like to replace :hover with a click on the tab bar. It is fine that the bar disappear on hover out, but IMO it would make more sense to only display it after the tab bar is purposely clicked.

Can it be done? I tried replacing :hover with :active, but the bar disappear as soon as the left click is released.