mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #19179 from nextcloud/followup/19113/fix-query-selector-for-inverted-icons
Fix query selector for inverted icons
This commit is contained in:
commit
bcc3fbd325
1 changed files with 3 additions and 2 deletions
|
|
@ -22,7 +22,8 @@ $color-border-dark: lighten($color-main-background, 14%);
|
|||
#contactsmenu-menu a,
|
||||
#expanddiv a,
|
||||
.activity-section .activity-icon.monochrome {
|
||||
img :not(.avatardiv){
|
||||
& > img,
|
||||
:not(.avatardiv) > img {
|
||||
filter: invert(100%);
|
||||
}
|
||||
}
|
||||
|
|
@ -84,4 +85,4 @@ input[type=checkbox] {
|
|||
background-image: url('../../../core/img/actions/checkbox-mixed-dark.svg');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue