Added title to file info button on hover

This commit is contained in:
Chris Kankiewicz
2019-12-22 23:46:53 -07:00
parent 9684f75886
commit d00e9a22f6

View File

@@ -20,6 +20,7 @@
{% if file.isFile %}
<div class="ml-2">
<button
title="File Info"
class="flex justify-center items-center rounded-full text-sm p-2 -m-1 invisible hover:bg-gray-400 hover:shadow group-hover:visible"
v-on:click.prevent="showFileInfo('{{ file.getPathname }}')"
>