Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
Breadcrumb styling
Post Body

So I am a UX designer that is trying to assist the dev team with some styling. I have searched all over for a way to style only one element of our breadcrumbs (home) link. Is this possible? I have tried everything and it only affects all of the elements. Am I missing something or is this not possible?

<PVBreadcrumb :home="home" :model="breadcrumbItems"> <!-- HOME LINK STYLING--> <template #home="{ item, props }"> <router-link v-if="item.route" v-slot="{ href, navigate }" :to="item.route" custom> <a :href="href" v-bind="props.action" @click="navigate"> <span class="text-primary">{{ item.label }}</span> </a> </router-link> <a v-else :href="item.url" :target="item.target" v-bind="props.action"> <span class="text-primary">{{ item.label }}</span> </a> </template> <!-- END OF HOME LINK STYLING --> <template #item="{ item, props }"> <router-link v-if="item.route" v-slot="{ href, navigate }" :to="item.route" custom> <a :href="href" v-bind="props.action" @click="navigate"> <span class="text-color">{{ item.label }}</span> </a> </router-link> <a v-else :href="item.url" :target="item.target" v-bind="props.action"> <span class="text-color">{{ item.label }}</span> </a> </template> <template #separator> <span class="pi pi-angle-right"></span></template> </PVBreadcrumb>

Author
Account Strength
90%
Account Age
4 years
Verified Email
Yes
Verified Flair
No
Total Karma
1,023
Link Karma
659
Comment Karma
364
Profile updated: 3 days ago
Posts updated: 5 days ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
11 months ago