lunakurame / firefox-gnome-theme

A theme for Firefox 57+ matching GNOME Adwaita.
The Unlicense
199 stars 15 forks source link

Location bar hidden in fullscreen (F11) mode when mouse hovered over #45

Closed ashwinvis closed 6 years ago

ashwinvis commented 6 years ago

Only the tab bar reappears on mouse hover. This is how my customChrome.css looks like.

@import "ui/gnome-3.26-light.css"; /**/
@import "ui/experimental-auto-csd.css"; /**/
@import "ui/private-urlbar.css"; /**/

I am right now on ArchLinux with KDE Plasma 5.12.5, with Firefox 60.0.1

lunakurame commented 6 years ago

I can confirm this. Happens only if CSD is enabled, caused by 76d78304a69b64b7b51c4cb95b664c270fee67d9, looks like pull request #40 fixed a lot of problems but added this bug. Should be easy to override since we can detect fullscreen with :root[inFullscreen].

lunakurame commented 6 years ago

Fixed, thanks for reporting.