Skip to content

Commit

Permalink
Merge pull request #2364 from nextcloud/fix/2351/talk-tasks-icon
Browse files Browse the repository at this point in the history
fix: missing tasks icon in talk app
  • Loading branch information
raimund-schluessler authored Oct 7, 2023
2 parents 3733502 + ab26572 commit 16b1736
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions css/tasks-talk.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.icon-tasks {
background-image: url(../img/tasks-dark.svg);
filter: var(--background-invert-if-dark);
}

.icon-tasks-white, .icon-tasks.icon-white {
background-image: url(../img/tasks.svg);
filter: var(--background-invert-if-dark);
}
1 change: 0 additions & 1 deletion css/tasks-talk.scss

This file was deleted.

0 comments on commit 16b1736

Please sign in to comment.