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:
commit
81e787822a
1 changed files with 1 additions and 1 deletions
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue