Fix checkbox hover

This commit is contained in:
Booteille 2025-05-18 22:16:46 +02:00
parent 6fd44868d4
commit 3e1c69b163
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
1 changed files with 1 additions and 3 deletions

View File

@ -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>