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

Breadcrumb link class #553

Open
marcOcram opened this issue Oct 24, 2022 · 0 comments
Open

Breadcrumb link class #553

marcOcram opened this issue Oct 24, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@marcOcram
Copy link

marcOcram commented Oct 24, 2022

Hello,

I switched to BlazorStrap past week and have an issue with the links inside the Breadcrumb. I would like to add the class "link-secondary" to alter the color of the link. This is currently not possible:

<a href="@item.Key">@item.Value</a>

The workaround is to use a CSS with the values copied from bootstrap.css

::deep li.breadcrumb-item > a {
    /* values copied from bootstrap class link-secondary */
    color: #6c757d !important;
}

::deep li.breadcrumb-item > a:hover, ::deep li.breadcrumb-item > a:focus {
    /* values copied from bootstrap class link-secondary:hover, link-secondary:focus */
    color: #565e64 !important;
}

Is it planned to get support to alter the link's class?

@jbomhold3 jbomhold3 added the enhancement New feature or request label Oct 26, 2022
@jbomhold3 jbomhold3 self-assigned this Nov 28, 2024
@jbomhold3 jbomhold3 added this to the 5.2.104 milestone Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants