Merge pull request #19113 from nextcloud/bugfix/19112/do-not-invert-avatars-in-dark-mode

Do not invert avatar colors when dark theme is enabled
This commit is contained in:
Joas Schilling 2020-01-24 15:12:03 +01:00 committed by GitHub
commit 0a2409451c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $color-border-dark: lighten($color-main-background, 14%);
#contactsmenu-menu a,
#expanddiv a,
.activity-section .activity-icon.monochrome {
img {
img :not(.avatardiv){
filter: invert(100%);
}
}