fix profile icon

This commit is contained in:
bmFtZQ 2021-04-22 10:01:13 +08:00 committed by GitHub
parent 4043849a05
commit 89d4822e94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,7 +280,7 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
}
:root:not([fxastatus=signedin]) #fxa-avatar-image,
:root[fxastatus=signedin]:not([style*="--avatar-image-url"]) :-moz-any(#fxa-avatar-image, #fxa-menu-avatar, #appMenu-fxa-label) {
:root[fxastatus=signedin]:is(:not([style*="--avatar-image-url"]), [style*="https://profile.accounts.firefox.com/v1/avatar/"]) :-moz-any(#fxa-avatar-image, #fxa-menu-avatar, #appMenu-fxa-label) {
list-style-image: url(profile.svg) !important;
}