[Mac] v92 Bookmark Toolbar Menus

Discussion of general topics about Mozilla Firefox
Post Reply
Cheekeh Munkeh
Posts: 144
Joined: April 26th, 2009, 1:36 am

[Mac] v92 Bookmark Toolbar Menus

Post by Cheekeh Munkeh »

v92 has replaced the Mac native bookmark toolbar menus with non-native versions.

To me, that's a debatable change, since the new ones seem to waste more space, and especially with the app menus remaining Mac-native, and the contextual menus at least resembling the native menus, it also creates a disparity in appearance.

I've been around long enough to recall when native widgets were considered a good thing, and that Fx's UI team will do what they will, regardless of user desires, so the simple question is -- is there any way to revert to the previous look?
Cheekeh Munkeh
Posts: 144
Joined: April 26th, 2009, 1:36 am

Re: [Mac] v92 Bookmark Toolbar Menus

Post by Cheekeh Munkeh »

Well, after poking around, I did find a partial solution to at least get rid of the ridiculous amounts of padding in the new bookmark dropdown menus:

Code: Select all

menupopup > menu,
menupopup > menuitem {
	padding-block: 0px !important;
	min-height: 22px !important;
}

#PlacesToolbarItems .bookmark-item {
    padding: 2px !important;
}
I guess that issue affects all users, but I'm still not fond of the abandonment of native widgets, which now also extends to the Clear All History dialog…except when there is no window open, and it displays the native Mac version, which adds to the overall inconsistency of the UI.
Post Reply