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"
|
v-if="!showBigPostButton"
|
||||||
class="submit _buttonGradate"
|
class="submit _buttonGradate"
|
||||||
:disabled="!canPost"
|
:disabled="!canPost"
|
||||||
|
v-tooltip="submitText"
|
||||||
data-cy-open-post-form-submit
|
data-cy-open-post-form-submit
|
||||||
@click="post"
|
@click="post"
|
||||||
>
|
>
|
||||||
|
@ -245,6 +246,7 @@
|
||||||
<button
|
<button
|
||||||
class="submit bigPostButton"
|
class="submit bigPostButton"
|
||||||
:disabled="!canPost"
|
:disabled="!canPost"
|
||||||
|
v-tooltip="submitText"
|
||||||
data-cy-open-post-form-submit
|
data-cy-open-post-form-submit
|
||||||
@click="post"
|
@click="post"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue