fix small issue with incognito profile picture

This commit is contained in:
bmFtZQ 2021-03-13 22:34:29 +08:00 committed by GitHub
parent bc840f627c
commit 98852bd000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,7 +239,7 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
list-style-image: url(profile.svg) !important;
}
:-moz-any(:root[privatebrowsingmode], :root[fxastatus=signedin]:not([style*="--avatar-image-url"])) #fxa-avatar-image
:-moz-any(:root[privatebrowsingmode], :root[privatebrowsingmode][fxastatus=signedin]:not([style*="--avatar-image-url"])) #fxa-avatar-image
{
list-style-image: url(incognito.svg) !important;
}
@ -359,4 +359,4 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
list-style-image: url(menu-update.svg) !important;
-moz-context-properties: fill, fill-opacity !important;
fill: currentColor !important;
}
}