mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
fix(user_status): Group custom message input elements and assign label to emoji selector
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
2133b0ecdd
commit
a99265bfbe
1 changed files with 4 additions and 2 deletions
|
|
@ -19,9 +19,11 @@
|
|||
-
|
||||
-->
|
||||
<template>
|
||||
<div class="custom-input">
|
||||
<div class="custom-input" role="group">
|
||||
<NcEmojiPicker container=".custom-input" @select="setIcon">
|
||||
<NcButton class="custom-input__emoji-button" type="tertiary">
|
||||
<NcButton type="tertiary"
|
||||
class="custom-input__emoji-button"
|
||||
:aria-label="t('user_status', 'Emoji for your status message')">
|
||||
{{ visibleIcon }}
|
||||
</NcButton>
|
||||
</NcEmojiPicker>
|
||||
|
|
|
|||
Loading…
Reference in a new issue