Fix: Panel - Firefox Account Icon at logined

This commit is contained in:
alstjr7375 2021-05-11 14:31:58 +09:00
parent f01af4c4f8
commit a0e87c2f5d

View file

@ -293,6 +293,14 @@
#appMenu-fxa-status2::before { /* Don't exist img tag */
content: url(chrome://browser/skin/fxa/avatar-empty.svg);
}
#appMenu-fxa-status2[fxastatus=signedin]::before { /* Don't exist img tag */
display: none;
}
#appMenu-fxa-label2::before {
/* url("https://profile.accounts.firefox.com/v1/avatar/a") */
content: '';
background-image: var(--avatar-image-url) !important;
}
#appMenu-new-tab-button2 {
list-style-image: url(chrome://browser/skin/new-tab.svg);