Skip to content

Commit

Permalink
Use generic visually hidden helper class, established in DS for #1651
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-herrmann committed Oct 7, 2019
1 parent 0a0fd6b commit 81d59f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/FilesAppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h1 class="uk-text-lead oc-page-title">{{pageTitle}}</h1>
</span>
<span v-else-if="showBreadcrumb">
<h1 class="visually-hidden">{{pageTitle}}</h1>
<h1 class="oc-visually-hidden">{{pageTitle}}</h1>
</span>
</div>
<div v-show="inProgress.length > 0" class="uk-width-auto">
Expand Down

0 comments on commit 81d59f9

Please sign in to comment.