File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
apps/files_sharing/src/views Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 208208 {{ t('files_sharing', 'Delete') }}
209209 </NcCheckboxRadioSwitch >
210210 </section >
211- <div class =" sharingTabDetailsView__delete" >
212- <NcButton v-if =" !isNewShare"
213- :aria-label =" t('files_sharing', 'Delete share')"
214- :disabled =" false"
215- :readonly =" false"
216- type =" tertiary"
217- @click.prevent =" removeShare" >
218- <template #icon >
219- <CloseIcon :size =" 16" />
220- </template >
221- {{ t('files_sharing', 'Delete share') }}
222- </NcButton >
223- </div >
224211 </section >
225212 </div >
226213 </div >
231218 @click =" $emit('close-sharing-details')" >
232219 {{ t('files_sharing', 'Cancel') }}
233220 </NcButton >
221+ <div class =" sharingTabDetailsView__delete" >
222+ <NcButton v-if =" !isNewShare"
223+ :aria-label =" t('files_sharing', 'Delete share')"
224+ :disabled =" false"
225+ :readonly =" false"
226+ variant =" tertiary"
227+ @click.prevent =" removeShare" >
228+ <template #icon >
229+ <CloseIcon :size =" 20" />
230+ </template >
231+ {{ t('files_sharing', 'Delete share') }}
232+ </NcButton >
233+ </div >
234234 <NcButton type =" primary"
235235 data-cy-files-sharing-share-editor-action =" save"
236236 :disabled =" creating"
You can’t perform that action at this time.
0 commit comments