1
0

Add color indicators to task list (#321)

fix requested changes

use computed for listColor, moved .colorBubble to theme.scss

fixed tabs

add color indicator to task list

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/321
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-Authored-By: Bouni <bouni@owee.de>
Co-Committed-By: Bouni <bouni@owee.de>
This commit is contained in:
Bouni
2020-12-10 12:06:49 +00:00
committed by konrad
parent ffde50453a
commit 1dcf4520a0
4 changed files with 20 additions and 3 deletions

View File

@ -53,6 +53,11 @@
display: none;
}
.color-bubble {
width: 11px;
height: 10px;
}
.tag {
margin: 0 0.5em;
}