give delete field its own class

This commit is contained in:
Shpuld Shpuldson 2021-01-22 12:06:39 +02:00
parent daa9f211a6
commit 27a537d307
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@
min-width: 0; min-width: 0;
} }
& > .button-unstyled { .delete-field {
width: 20px; width: 20px;
align-self: center; align-self: center;
margin: 0 0.2em 0.5em; margin: 0 0.2em 0.5em;

View file

@ -125,7 +125,7 @@
> >
</EmojiInput> </EmojiInput>
<button <button
class="button-unstyled -hover-highlight" class="delete-field button-unstyled -hover-highlight"
@click="deleteField(i)" @click="deleteField(i)"
> >
<FAIcon <FAIcon