fix small issue with incognito profile picture
This commit is contained in:
parent
bc840f627c
commit
98852bd000
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue