Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3
This commit is contained in:
commit
d9091b99d6
1 changed files with 3 additions and 3 deletions
|
|
@ -28,19 +28,19 @@
|
||||||
<FAIcon
|
<FAIcon
|
||||||
v-if="button.active(funcArg)"
|
v-if="button.active(funcArg)"
|
||||||
class="active-marker"
|
class="active-marker"
|
||||||
transform="shrink-6 up-9 right-15"
|
transform="shrink-6 up-9 left-12"
|
||||||
:icon="button.activeIndicator?.(funcArg) || 'check'"
|
:icon="button.activeIndicator?.(funcArg) || 'check'"
|
||||||
/>
|
/>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
v-if="!button.active(funcArg)"
|
v-if="!button.active(funcArg)"
|
||||||
class="focus-marker"
|
class="focus-marker"
|
||||||
transform="shrink-6 up-9 right-15"
|
transform="shrink-6 up-9 left-12"
|
||||||
:icon="button.openIndicator?.(funcArg) || 'plus'"
|
:icon="button.openIndicator?.(funcArg) || 'plus'"
|
||||||
/>
|
/>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
v-else
|
v-else
|
||||||
class="focus-marker"
|
class="focus-marker"
|
||||||
transform="shrink-6 up-9 right-15"
|
transform="shrink-6 up-9 left-12"
|
||||||
:icon="button.closeIndicator?.(funcArg) || 'minus'"
|
:icon="button.closeIndicator?.(funcArg) || 'minus'"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue