cleaning up whitespace / unused css style.

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
Ryan Fletcher
2018-08-23 07:10:17 -04:00
parent 6fb4525754
commit fd7dd9c3b4
3 changed files with 2 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
<td></td>
</tr>
</thead>
<tbody>
<tbody>
<tr data-ng-repeat="b in boardservice.sorted track by b.id" ng-class="{deleted: b.deletedAt > 0}">
<td ng-click="gotoBoard(b)">
<div class="board-bullet" ng-style="{'background-color':'#'+b.color}"> </div>