Skip to content

Commit

Permalink
fix 'move to board' modal in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
czytelny committed Aug 9, 2018
1 parent 699ff4b commit 018d0ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/renderer/assets/darkTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ body.darkTheme {
}
}

.board-item {
border-bottom: 1px solid $borders-color;
}

.board-item:hover {
background-color: $main-second-background-color;
}

.board-item.board-disabled {
background-color: $main-second-background-color;
}

.findItem {
border: 1px solid transparent;
}
Expand Down
1 change: 1 addition & 0 deletions src/renderer/components/modals/MoveToBoardModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,5 @@
opacity: .5;
}
</style>

0 comments on commit 018d0ce

Please sign in to comment.