Skip to content

Commit

Permalink
pkp/pkp-lib#10624 Apply changes from icon component
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Nov 22, 2024
1 parent e5982e7 commit ae2f633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Form/fields/Autosuggest.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<span class="-screenReader">{{ selectedLabel }}</span>
<span v-if="!currentSelected.length" class="-screenReader">
<span v-if="!currentValue.length" class="-screenReader">
{{ t('common.none') }}
</span>
<PkpBadge
Expand All @@ -16,7 +16,7 @@
class="pkpAutosuggest__deselect text-negative hover:text-on-dark"
@click.stop.prevent="deselect(item)"
>
<Icon icon="times" />
<Icon icon="Cancel" class="h-3 w-3" />
<span class="-screenReader">
{{ deselectLabel.replace('{$item}', item.label) }}
</span>
Expand Down

0 comments on commit ae2f633

Please sign in to comment.