Skip to content

Commit b1f0a46

Browse files
authored
[Remove Vuetify from Studio] View/Exit fullscreen buttons/links in file preview
1 parent 9391f45 commit b1f0a46

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

  • contentcuration/contentcuration/frontend/channelEdit/views/files

contentcuration/contentcuration/frontend/channelEdit/views/files/FilePreview.vue

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
>
2727
{{ $tr('fullscreenModeText') }}
2828
<VSpacer />
29-
<VBtn
29+
<KButton
3030
data-test="closefullscreen"
31-
flat
31+
appearance="flat-button"
32+
:primary="false"
33+
:text="$tr('exitFullscreen')"
3234
@click="fullscreen = false"
33-
>
34-
{{ $tr('exitFullscreen') }}
35-
</VBtn>
35+
/>
3636
</VToolbar>
3737
<ContentRenderer
3838
:nodeId="nodeId"
@@ -43,9 +43,11 @@
4343
v-if="!fullscreen"
4444
class="mt-2"
4545
>
46-
<ActionLink
46+
<KButton
4747
v-if="showFullscreenOption"
4848
data-test="openfullscreen"
49+
appearance="basic-link"
50+
:primary="true"
4951
:text="$tr('viewFullscreen')"
5052
@click="fullscreen = true"
5153
/>

0 commit comments

Comments
 (0)