mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
Add css selector for 'star' th element
Allows custom css rules to hide this column.
This commit is contained in:
parent
05bb756ec4
commit
216ee9f2f1
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user