Add css selector for 'star' th element

Allows custom css rules to hide this column.
This commit is contained in:
Zane Beckman 2014-09-11 18:55:25 -06:00 committed by Robin Ward
parent 05bb756ec4
commit 216ee9f2f1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<thead>
<tr>
{{#if currentUser}}
<th>
<th class='star'>
{{#if canBulkSelect}}
<button class='btn bulk-select' {{action toggleBulkSelect}} title="{{i18n topics.bulk.toggle}}"><i class='fa fa-list'></i></button>
{{/if}}