show generic fxa icon when not signed in #47

This commit is contained in:
bmFtZQ 2022-07-15 01:02:14 +08:00
parent 445f232646
commit f767e707c0
4 changed files with 39 additions and 2 deletions

View file

@ -37,6 +37,14 @@ and 11 so applied to both) */
fill: currentColor !important;
}
:root[fxastatus="not_configured"] #fxa-avatar-image {
list-style-image: url("account.svg") !important;
}
:root[privatebrowsingmode] #fxa-avatar-image {
list-style-image: url("account-private.svg") !important;
}
/* disable context menu icons on macOS */
@media not (-moz-platform: macos) {
#context-back {