Merge pull request #33238 from nextcloud/bugfix/noid/fix-html-validation-of-material-design-icons

Fix html validation of material design icons
This commit is contained in:
Carl Schwan 2022-07-15 13:48:02 +02:00 committed by GitHub
commit 16b06dd758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 16 deletions

View file

@ -25,8 +25,6 @@
href="#profile-visibility"
v-on="$listeners">
<ChevronDownIcon class="anchor-icon"
decorative
title=""
:size="22" />
{{ t('settings', 'Edit your Profile visibility') }}
</a>

View file

@ -32,8 +32,6 @@
class="primary profile__header__container__edit-button"
:href="settingsUrl">
<PencilIcon class="pencil-icon"
decorative
title=""
:size="16" />
{{ t('core', 'Edit Profile') }}
</a>
@ -114,8 +112,6 @@
<div v-if="address" class="detail">
<p>
<MapMarkerIcon class="map-icon"
decorative
title=""
:size="16" />
{{ address }}
</p>
@ -131,10 +127,8 @@
</template>
<template v-else>
<div class="profile__blocks-empty-info">
<AccountIcon decorative
title=""
fill-color="var(--color-text-maxcontrast)"
:size="60" />
<AccountIcon :size="60"
fill-color="var(--color-text-maxcontrast)" />
<h3>{{ emptyProfileMessage }}</h3>
<p>{{ t('core', 'The headline and about sections will show up here') }}</p>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long