black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.24k stars 183 forks source link

Revert tab hover tooltips to how they were #891

Closed lolcatw closed 1 month ago

lolcatw commented 1 month ago

Is your feature request related to a problem?

In the past, hovering over a tab for a short period of time showed a system-styled hover box with the full title and URL of the webpage. Now, firefox shows a screenshot of the website, and there is no cooldown. As soon as you hover, you see the popup...

The solution I'd like

Revert back to the system-styled hover box.

Screenshots or video

This is NOT what I want. The previous version of FF did this correctly. Untitled

Alternatives I've considered

No response

Additional context

Just thought I'd throw this in there, if you want no padding in dialog boxes and no rounded borders like shown above, append the following CSS in userChrome.css

menupopup{
    --panel-padding: 0 !important;
    --panel-border-radius: 0 !important;
}

#navigator-toolbox{
    animation:none !important;
    transition:none !important;
}

#context-sep-navigation,#context-navigation{display:none !important;}

*{border-radius:0 !important;}
lolcatw commented 1 month ago

I just found how to revert this behavior

Go in about:config and set browser.tabs.cardPreview.enabled to false.

lolcatw commented 1 month ago

You may also realize that when you restart, the setting goes back to what it was. This is caused by browser.tabs.cardPreview.enabled being forcefully enabled in user.js. You may also need to change the same setting in prefs.js