Merge pull request #42777 from nextcloud/backport/42292/stable28

[stable28] fix(a11y): Unified search headings the sequel
This commit is contained in:
Ferdinand Thiessen 2024-02-01 17:13:45 +01:00 committed by GitHub
commit e49c331b71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,6 @@
<template>
<NcModal id="unified-search"
ref="unifiedSearchModal"
:name="t('core', 'Unified search')"
:show.sync="internalIsVisible"
:clear-view-delay="0"
@close="closeModal">
@ -11,7 +10,7 @@
@update:is-open="showDateRangeModal = $event" />
<!-- Unified search form -->
<div ref="unifiedSearch" class="unified-search-modal">
<h1>{{ t('core', 'Unified search') }}</h1>
<h2>{{ t('core', 'Unified search') }}</h2>
<NcInputField ref="searchInput"
:value.sync="searchQuery"
type="text"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long