Update Preferences.css

This commit is contained in:
bmFtZQ 2021-03-29 22:12:53 +08:00 committed by GitHub
parent 7420a87af0
commit d4d5a7d166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@
}
/* Profile Picture */
.fxaProfileImage {
.fxaProfileImage:not([style*="list-style-image"]) {
list-style-image: url(../icons/profile.svg) !important;
}
@ -285,4 +285,4 @@
.category[selected]::before {
border-color: var(--category-active) !important;
}
}
}