Skip to content

Commit

Permalink
fix filepicker bug in dark mode
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <szaimen@e.mail.de>
  • Loading branch information
szaimen authored and nickvergessen committed Jul 9, 2021
1 parent dad31ce commit 3b03324
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/templates/filepicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ <h2>{emptytext}</h2>
<span class="filename-parts__last">{filename2}</span>
</span>
</td>
<td class="filesize"
style="color:rgb({sizeColor}, {sizeColor}, {sizeColor})">
{size}
</td>
<td class="filesize">{size}</td>
<td class="date">{date}</td>
</tr>
</tbody>
Expand Down

0 comments on commit 3b03324

Please sign in to comment.