fix: (Catodon #32) The posting form in the timeline doesn't show button names on hover
This commit is contained in:
parent
7b999eb9fd
commit
1c125a0079
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
v-if="!showBigPostButton"
|
||||
class="submit _buttonGradate"
|
||||
:disabled="!canPost"
|
||||
v-tooltip="submitText"
|
||||
data-cy-open-post-form-submit
|
||||
@click="post"
|
||||
>
|
||||
|
@ -245,6 +246,7 @@
|
|||
<button
|
||||
class="submit bigPostButton"
|
||||
:disabled="!canPost"
|
||||
v-tooltip="submitText"
|
||||
data-cy-open-post-form-submit
|
||||
@click="post"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue