We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757bfc4 commit 31f0593Copy full SHA for 31f0593
core/templates/filepicker.html
@@ -52,10 +52,7 @@ <h2>{emptytext}</h2>
52
<span class="filename-parts__last">{filename2}</span>
53
</span>
54
</td>
55
- <td class="filesize"
56
- style="color:rgb({sizeColor}, {sizeColor}, {sizeColor})">
57
- {size}
58
- </td>
+ <td class="filesize">{size}</td>
59
<td class="date">{date}</td>
60
</tr>
61
</tbody>
0 commit comments