Skip to content

Commit

Permalink
Move selected resources announcer below h1 (5383)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Aug 3, 2021
1 parent 121ef6a commit 418a6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app-files/src/components/AppBar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<div class="files-app-bar">
<oc-hidden-announcer :announcement="selectedResourcesAnnouncement" level="polite" />
<file-drop
v-if="!isIE11() && canUpload && hasFreeSpace"
:root-path="currentPath"
Expand All @@ -18,6 +17,7 @@
:items="breadcrumbs"
/>
<h1 class="oc-invisible-sr" v-text="pageTitle" />
<oc-hidden-announcer :announcement="selectedResourcesAnnouncement" level="polite" />
<div
v-if="showActions || selectedFiles.length > 0 || isTrashbinRoute"
class="uk-flex uk-flex-middle oc-p-s"
Expand Down

0 comments on commit 418a6cd

Please sign in to comment.