Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-08-11 09:56:54 +0300
committerGitHub <noreply@github.com>2022-08-11 09:56:54 +0300
commit61d0fe08b5f011f47dd3306fd0b791efda88d1d0 (patch)
tree9c1c03b537cc10945501d0dde5e5dea8fbf0ee3c /src
parent5bd27aad7bb52a25384af57106f8515d65205ae3 (diff)
parentfacf7a550166a8c5ced5b788efe11b33d18a64d3 (diff)
Merge pull request #7623 from nextcloud/bugfix/7103/add-conversation-list-headline
Add headline to conversation list for screenreaders
Diffstat (limited to 'src')
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue
index bc6110a45..2ba8d527a 100644
--- a/src/components/LeftSidebar/LeftSidebar.vue
+++ b/src/components/LeftSidebar/LeftSidebar.vue
@@ -37,7 +37,7 @@
<ul ref="scroller"
class="scroller"
@scroll="debounceHandleScroll">
- <AppNavigationCaption v-if="isSearching"
+ <AppNavigationCaption :class="{'hidden-visually': !isSearching}"
:title="t('spreed', 'Conversations')" />
<li role="presentation">
<ConversationsList ref="conversationsList"