Skip to content

Commit

Permalink
Merge pull request #1547 from ItzNotABug/remove-icon-x
Browse files Browse the repository at this point in the history
Remove `icon-x` button in a read-only view
  • Loading branch information
TorstenDittmann authored Dec 13, 2024
2 parents 4faf266 + f368acc commit b0ed014
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { Modal } from '$lib/components';
import { Button, InputText, FormList } from '$lib/elements/forms';
import { InputText, FormList } from '$lib/elements/forms';
import type { Models } from '@appwrite.io/console';
export let showOverview = false;
Expand Down Expand Up @@ -50,11 +50,6 @@
readonly />
</div>
</div>
<div class="form-item-part u-cross-child-end">
<Button text disabled>
<span class="icon-x" aria-hidden="true" />
</Button>
</div>
</li>
{/each}
{/if}
Expand Down

0 comments on commit b0ed014

Please sign in to comment.