Skip to content
Snippets Groups Projects
Unverified Commit bcc3fbd3 authored by Joas Schilling's avatar Joas Schilling Committed by GitHub
Browse files

Merge pull request #19179 from nextcloud/followup/19113/fix-query-selector-for-inverted-icons

Fix query selector for inverted icons
parents a4a05ee0 7bfbae0a
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,8 @@ $color-border-dark: lighten($color-main-background, 14%); ...@@ -22,7 +22,8 @@ $color-border-dark: lighten($color-main-background, 14%);
#contactsmenu-menu a, #contactsmenu-menu a,
#expanddiv a, #expanddiv a,
.activity-section .activity-icon.monochrome { .activity-section .activity-icon.monochrome {
img :not(.avatardiv){ & > img,
:not(.avatardiv) > img {
filter: invert(100%); filter: invert(100%);
} }
} }
...@@ -84,4 +85,4 @@ input[type=checkbox] { ...@@ -84,4 +85,4 @@ input[type=checkbox] {
background-image: url('../../../core/img/actions/checkbox-mixed-dark.svg'); background-image: url('../../../core/img/actions/checkbox-mixed-dark.svg');
} }
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment