forked from AkkomaGang/akkoma-fe
give delete field its own class
This commit is contained in:
parent
daa9f211a6
commit
27a537d307
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@
|
|||
min-width: 0;
|
||||
}
|
||||
|
||||
& > .button-unstyled {
|
||||
.delete-field {
|
||||
width: 20px;
|
||||
align-self: center;
|
||||
margin: 0 0.2em 0.5em;
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
>
|
||||
</EmojiInput>
|
||||
<button
|
||||
class="button-unstyled -hover-highlight"
|
||||
class="delete-field button-unstyled -hover-highlight"
|
||||
@click="deleteField(i)"
|
||||
>
|
||||
<FAIcon
|
||||
|
|
Loading…
Reference in a new issue