This commit is contained in:
yuri
2018-11-27 16:18:45 +02:00
parent 5bda3e14d3
commit ebe4f78a62
+3 -3
View File
@@ -301,14 +301,14 @@ div.list-kanban > div > table {
}
th.group-header.group-header-primary {
background-color: @brand-primary;
background-color: @panel-primary-border;
> div:before {
border-color: transparent transparent transparent @brand-primary;
border-color: transparent transparent transparent @panel-primary-border;
}
}
th.group-header.group-header-before-primary {
> div:after {
background-color: @brand-primary;
background-color: @panel-primary-border;
}
}