Merge pull request #19121 from nextcloud/backport/19113/stable18

[stable18] Do not invert avatar colors when dark theme is enabled
This commit is contained in:
Roeland Jago Douma 2020-01-26 20:37:23 +01:00 committed by GitHub
commit 81e787822a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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%);
}
}