Fix checkbox hover
This commit is contained in:
parent
6fd44868d4
commit
3e1c69b163
|
@ -27,9 +27,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th class="has-text-centered">
|
<th class="has-text-centered">
|
||||||
<div><%= l('Selection') %></div>
|
<div><%= l('Selection') %></div>
|
||||||
<div class="checkbox">
|
<input class="checkbox" type="checkbox" id="action-select-all" aria-label="<%= l('Select All')%>">
|
||||||
<input type="checkbox" id="action-select-all" aria-label="<%= l('Select All')%>">
|
|
||||||
</div>
|
|
||||||
</th>
|
</th>
|
||||||
<th class="has-text-centered is-vcentered"><%= l('File name') %></th>
|
<th class="has-text-centered is-vcentered"><%= l('File name') %></th>
|
||||||
<th class="has-text-centered is-vcentered is-narrow"><%= l('Access nb') %></th>
|
<th class="has-text-centered is-vcentered is-narrow"><%= l('Access nb') %></th>
|
||||||
|
|
Loading…
Reference in New Issue