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