Merge pull request #47188 from nextcloud/spreed/12950/avatar-menu-icon-color

fix(avatar): Fix icon-color for action-router contacts menu options
This commit is contained in:
Joas Schilling 2024-08-13 11:32:27 +02:00 committed by GitHub
commit 6d19c48413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -982,6 +982,7 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
.v-popper__inner div.open > ul {
> li > a > span.action-link__icon,
> li > a > span.action-router__icon,
> li > a > img {
filter: var(--background-invert-if-dark);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long