mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Unify download icon (#15132)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<v-icon name="zoom_in" />
|
||||
</v-button>
|
||||
<v-button v-tooltip="t('download')" icon rounded :href="downloadSrc" :download="image.filename_download">
|
||||
<v-icon name="get_app" />
|
||||
<v-icon name="file_download" />
|
||||
</v-button>
|
||||
<v-button v-tooltip="t('edit')" icon rounded @click="editImageDetails = true">
|
||||
<v-icon name="open_in_new" />
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
</v-dialog>
|
||||
|
||||
<v-button v-tooltip.bottom="t('download')" rounded icon secondary @click="downloadFile">
|
||||
<v-icon name="save_alt" />
|
||||
<v-icon name="file_download" />
|
||||
</v-button>
|
||||
|
||||
<v-button
|
||||
|
||||
Reference in New Issue
Block a user