Fix design, dark mode and keyboard navigation of the board list

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-20 16:48:24 +02:00
parent 6699eb7f70
commit 897c42609b
5 changed files with 29 additions and 74 deletions

View File

@@ -79,10 +79,11 @@ export default {
<style lang="scss">
.board-list {
margin-top: -44px;
.board-list-row {
align-items: center;
border-bottom: 1px solid #ededed;
border-bottom: 1px solid var(--color-border);
display: flex;
}
@@ -93,6 +94,7 @@ export default {
.board-list-header-row {
color: var(--color-text-lighter);
height: 44px;
}
.board-list-bullet-cell,