mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
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:
commit
16b06dd758
6 changed files with 8 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
4
dist/core-profile.js
vendored
4
dist/core-profile.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-profile.js.map
vendored
2
dist/core-profile.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue