Fix kanban tasks with backgrounds
This commit is contained in:
parent
66b73f669b
commit
36a02a3f62
1 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,14 @@
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kanban .tasks {
|
||||||
|
background: transparent;
|
||||||
|
|
||||||
|
.task {
|
||||||
|
border-radius: $radius !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar.has-background {
|
.navbar.has-background {
|
||||||
|
|
Loading…
Reference in a new issue