Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix html validation of material design icons #33238

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -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>
Expand Down
10 changes: 2 additions & 8 deletions core/src/views/Profile.vue
Expand Up @@ -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>
Expand Down Expand Up @@ -114,8 +112,6 @@
<div v-if="address" class="detail">
<p>
<MapMarkerIcon class="map-icon"
decorative
title=""
:size="16" />
{{ address }}
</p>
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions dist/core-profile.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-profile.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/settings-vue-settings-personal-info.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-personal-info.js.map

Large diffs are not rendered by default.