Request to hide favicons on bookmarks bar to save space
Categories
(Firefox :: Bookmarks & History, enhancement, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: lucyeoh, Unassigned)
References
Details
(Keywords: parity-safari)
Attachments
(1 file)
2.53 MB,
image/jpeg
|
Details |
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 5•7 years ago
|
||
Comment 7•5 years ago
|
||
Just to make it easier for others to find the current workaround until this becomes a config option:
- create chrome/userChrome.css in your profile folder if it does not yet exist
- add the following lines to userChrome.css (omit the @namespace line if it already exists)
@namespace url(http: //www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* hide icons for bookmark folders */
#personal-bookmarks .bookmark-item[container="true"] .toolbarbutton-icon {
display:none !important;
}
- (only FF69 or above) in about:config set
toolkit.legacyUserProfileCustomizations.stylesheets = true
Updated•2 years ago
|
To distinguish between folders and sites when in text-only mode, I'd suggest one of the following:
Use square-brackets around the names of folders:
[ News ] [ Shopping ] Google Maps YouTube
Or add a down-chevron after a folder (e.g. in the Bookmarks Toolbar):
News ⬇ Shopping ⬇ Google Maps YouTube
In both examples, "News" and "Shopping" are folders; "Google Maps" and "YouTube" are bookmarks
With the chevrons, they may need to adapt to where the bookmarks are being viewed. For example, in the "Bookmarks Sidebar", assuming it is on the left-hand side of the Firefox window, instead of "Shopping ⬇", display it as "Shopping ➡" to show which-way the flyout menu would occur
Description
•