зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1777612 - Use page-icon:https://example.com/ to load favicons r=sfoster,desktop-theme-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D150844
This commit is contained in:
Родитель
afcfd03f3e
Коммит
926f9675f9
|
@ -88,7 +88,6 @@
|
|||
#PopupAutoComplete > richlistbox > richlistitem[originaltype="loginWithOrigin"] > .two-line-wrapper > .ac-site-icon,
|
||||
#PopupAutoComplete > richlistbox > richlistitem[originaltype="login"] > .ac-site-icon {
|
||||
fill: GrayText;
|
||||
list-style-image: url(chrome://browser/skin/login.svg);
|
||||
}
|
||||
|
||||
#PopupAutoComplete > richlistbox > richlistitem[originaltype="importableLogins"] > .two-line-wrapper > .ac-site-icon {
|
||||
|
|
|
@ -688,6 +688,9 @@
|
|||
|
||||
let details = JSON.parse(this.getAttribute("ac-label"));
|
||||
this.querySelector(".line2-label").textContent = details.comment;
|
||||
this.querySelector(
|
||||
".ac-site-icon"
|
||||
).src = `page-icon:${details.login?.origin}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче