Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix icon color in dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 13, 2022
commit 449e4dc151b444f31d03d3f657b511ff1660087d
4 changes: 2 additions & 2 deletions js/activity-dashboard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/activity-dashboard.js.map

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,8 @@ export default {

<style lang="scss">
#activity_panel {
.item-icon {
body.theme--dark & {
filter: invert(100%);
}
::v-deep .item-icon {
filter: var(--background-invert-if-dark);
}
}
</style>