[Style] Remove unused classes (#3005)

This commit is contained in:
Christian Byrne
2025-03-12 09:36:44 -07:00
committed by GitHub
parent bcd76ba49b
commit e371880a4e

View File

@@ -1,9 +1,9 @@
<!-- A file download button with a label and a size hint --> <!-- A file download button with a label and a size hint -->
<template> <template>
<div class="flex flex-row items-center gap-2"> <div class="flex flex-row items-center gap-2">
<div class="file-info"> <div>
<div class="file-details"> <div>
<span class="file-type" :title="hint">{{ label }}</span> <span :title="hint">{{ label }}</span>
</div> </div>
<Message <Message
v-if="props.error" v-if="props.error"
@@ -20,9 +20,8 @@
{{ props.error }} {{ props.error }}
</Message> </Message>
</div> </div>
<div class="file-action"> <div>
<Button <Button
class="file-action-button"
:label="$t('g.download') + ' (' + fileSize + ')'" :label="$t('g.download') + ' (' + fileSize + ')'"
size="small" size="small"
outlined outlined