Skip to content

Commit

Permalink
fix small issue with incognito profile picture
Browse files Browse the repository at this point in the history
  • Loading branch information
bmFtZQ authored Mar 13, 2021
1 parent bc840f6 commit 98852bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/icons/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
}

0 comments on commit 98852bd

Please sign in to comment.