Open
Bug 1356435
Opened 8 years ago
Updated 2 years ago
Styling bookmark item is no longer available
Categories
(Toolkit :: Places, defect, P5)
Tracking
()
NEW
People
(Reporter: euthanasia_waltz, Unassigned)
References
()
Details
(Keywords: regression, Whiteboard: [fxsearch])
Attachments
(2 files)
STR:
1. Create new profile
2. Create userChrome.css
.sidebar-placesTreechildren::-moz-tree-image(leaf),
.bookmark-item:not([container]) {
list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
-moz-image-region: rect(0px,16px,16px,0px) !important;
}
3. Start nightly with the profile
4. Create new bookmark ("New Bookmark..." on bookmarks sidebar)
AR:
The favicon of new bookmark is default globe icon.
ER:
The favicon of new bookmark is white paper icon.
Comment 2•8 years ago
|
||
Probably a regression from Bug 977177, strange since I didn't change any styling.
Blocks: 977177, PlacesHiresFavicons
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regression
Priority: -- → P3
Whiteboard: [fxsearch]
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Comment 5•7 years ago
|
||
I'm encountering the same issue after upgrading to version 55. None of my changes could override the default favicon image.
Updated•7 years ago
|
No longer blocks: PlacesHiresFavicons
Updated•7 years ago
|
Priority: P3 → P5
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•