summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-18 10:02:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-18 10:02:32 +0900
commit1edcd136a40f74323f0e9938359168d18d5259fe (patch)
tree0329d7fe33abc0d523f1e19ec05f66252dbbf0e1 /src/client/app
parent:art: (diff)
downloadsharkey-1edcd136a40f74323f0e9938359168d18d5259fe.tar.gz
sharkey-1edcd136a40f74323f0e9938359168d18d5259fe.tar.bz2
sharkey-1edcd136a40f74323f0e9938359168d18d5259fe.zip
Revert ":art:"
This reverts commit 9883c751dabb2d6c8e54c3d367626562f4b13ab4.
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/common/views/components/ui/input.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/common/views/components/ui/input.vue b/src/client/app/common/views/components/ui/input.vue
index 1ebf588507..a960c3a3c4 100644
--- a/src/client/app/common/views/components/ui/input.vue
+++ b/src/client/app/common/views/components/ui/input.vue
@@ -7,7 +7,7 @@
</div>
<span class="label" ref="label"><slot></slot></span>
<span class="title" ref="title"><slot name="title"></slot></span>
- <div class="prefix" ref="prefix"><span><slot name="prefix"></slot></span></div>
+ <div class="prefix" ref="prefix"><slot name="prefix"></slot></div>
<template v-if="type != 'file'">
<input ref="input"
:type="type"
@@ -37,7 +37,7 @@
@change="onChangeFile"
>
</template>
- <div class="suffix" ref="suffix"><span><slot name="suffix"></slot></span></div>
+ <div class="suffix" ref="suffix"><slot name="suffix"></slot></div>
</div>
<div class="toggle" v-if="withPasswordToggle">
<a @click='togglePassword'>