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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-21 17:34:21 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-10 16:58:45 +0300
commitfacf7a550166a8c5ced5b788efe11b33d18a64d3 (patch)
tree346084cd8e64ef7e9ac7fb0016a3fc5aeb05edc2
parent8dc2883a90c95a859857df4c5d55799aac47f9f8 (diff)
Add headline to conversation list for screenreadersbugfix/7103/add-conversation-list-headline
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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"