Skip to content

Commit

Permalink
Merge pull request #35027 from nextcloud/enh/34970
Browse files Browse the repository at this point in the history
fix missing share icon
  • Loading branch information
szaimen committed Nov 24, 2022
2 parents 45da5b0 + 413555c commit 56daa07
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 13 deletions.
7 changes: 2 additions & 5 deletions apps/files_sharing/css/icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/files_sharing/css/icons.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apps/files_sharing/css/icons.scss
Expand Up @@ -24,11 +24,11 @@

// This is the icons used in the sharing ui (multiselect)
.icon-room {
@include icon-color('app', 'spreed', variables.$color-black);
background-image: var(--icon-talk-dark);
}
.icon-circle {
@include icon-color('circles', 'circles', variables.$color-black, 3, false);
background-image: var(--icon-circles-dark);
}
.icon-guests {
@include icon-color('app', 'guests', variables.$color-black);
background-image: var(--icon-user-dark);
}
3 changes: 1 addition & 2 deletions apps/user_status/css/user-status-menu.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/user_status/css/user-status-menu.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/user_status/css/user-status-menu.scss
Expand Up @@ -23,7 +23,7 @@
@import 'functions';

.icon-user-status {
@include icon-color('app', 'user_status', variables.$color-black, 1);
background-image: url("../img/app.svg");
}

.icon-user-status-online {
Expand Down

0 comments on commit 56daa07

Please sign in to comment.