Skip to content

Commit

Permalink
Move .alert-close to .btn-close (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount authored Jun 12, 2024
1 parent a7ea9f0 commit f77581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/elements/AlertBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<span class="ml-1 block sm:inline">
<slot></slot>
</span>
<span v-if="canClose" class="alert-close ml-auto" @click="emit('close')" :title="t('label.close')">
<span v-if="canClose" class="btn-close ml-auto" @click="emit('close')" :title="t('label.close')">
<icon-x class="size-6 cursor-pointer fill-transparent stroke-white stroke-1" />
</span>
</div>
Expand Down

0 comments on commit f77581b

Please sign in to comment.