Frontend: Adapt classes for testing
This commit is contained in:
parent
6b7d8b28f6
commit
2c7f06e64e
2 changed files with 4 additions and 4 deletions
|
@ -111,12 +111,12 @@
|
|||
<v-icon color="white" class="action-burst">burst_mode</v-icon>
|
||||
</v-btn>
|
||||
<v-btn v-else-if="photo.Type === 'image' && selection.length && hover" :ripple="false"
|
||||
icon flat large absolute class="p-photo-merged opacity-75"
|
||||
icon flat large absolute class="p-photo-fullscreen opacity-75"
|
||||
@click.stop.prevent="openPhoto(index, false)">
|
||||
<v-icon color="white" class="action-open">zoom_in</v-icon>
|
||||
</v-btn>
|
||||
<v-btn v-else-if="photo.Type === 'raw'" :ripple="false"
|
||||
icon flat large absolute class="p-photo-merged opacity-75"
|
||||
icon flat large absolute class="p-photo-raw opacity-75"
|
||||
title="RAW" @click.stop.prevent="openPhoto(index, true)">
|
||||
<v-icon color="white" class="action-burst">photo_camera</v-icon>
|
||||
</v-btn>
|
||||
|
|
|
@ -107,12 +107,12 @@
|
|||
<v-icon color="white" class="action-burst">burst_mode</v-icon>
|
||||
</v-btn>
|
||||
<v-btn v-else-if="photo.Type === 'image' && selection.length && hover" :ripple="false"
|
||||
icon flat small absolute class="p-photo-merged opacity-75"
|
||||
icon flat small absolute class="p-photo-fullscreen opacity-75"
|
||||
@click.stop.prevent="openPhoto(index, false)">
|
||||
<v-icon color="white" class="action-open">zoom_in</v-icon>
|
||||
</v-btn>
|
||||
<v-btn v-else-if="photo.Type === 'raw'" :ripple="false"
|
||||
icon flat small absolute class="p-photo-merged opacity-75"
|
||||
icon flat small absolute class="p-photo-raw opacity-75"
|
||||
title="RAW" @click.stop.prevent="openPhoto(index, true)">
|
||||
<v-icon color="white" class="action-burst">photo_camera</v-icon>
|
||||
</v-btn>
|
||||
|
|
Loading…
Reference in a new issue