change a few more buttons to real buttons
This commit is contained in:
parent
9bf80cc7be
commit
02ab803725
4 changed files with 20 additions and 23 deletions
|
@ -125,7 +125,7 @@
|
|||
>
|
||||
</EmojiInput>
|
||||
<button
|
||||
class="button-unstyled"
|
||||
class="button-unstyled -hover-highlight"
|
||||
@click="deleteField(i)"
|
||||
>
|
||||
<FAIcon
|
||||
|
@ -136,7 +136,7 @@
|
|||
</div>
|
||||
<button
|
||||
v-if="newFields.length < maxFields"
|
||||
class="add-field faint button-unstyled"
|
||||
class="add-field faint button-unstyled -hover-highlight"
|
||||
@click="addField"
|
||||
>
|
||||
<FAIcon icon="plus" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue