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

Link color with link opacity is not working #38383

Closed
3 tasks done
themesbrand opened this issue Mar 30, 2023 · 3 comments · Fixed by #38398
Closed
3 tasks done

Link color with link opacity is not working #38383

themesbrand opened this issue Mar 30, 2023 · 3 comments · Fixed by #38398
Labels

Comments

@themesbrand
Copy link

Prerequisites

Describe the issue

I am using the link with the opacity but have a bug with the class link-success and link-opacity. Please use this tag and hover it it will not set the 25 opacity to the link.
<a href="javascript: void(0);" class="link-success link-opacity-25">Link Opacity Issue</a>

Reduced test cases

Hi,

Let me provide you with a solution I think a test case is not needed for this.
You can check the src/scss/helpers/_colored-links.scss file you have an issue with the below line.
color: RGBA(var(--#{$prefix}#{$color}-rgb, var(--#{$prefix}link-opacity, 1)));

It should be a line below one to work fine.
color: RGBA(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}link-opacity));

Thank you

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Chrome

What version of Bootstrap are you using?

5.3.0-alpha2

@Vishruta-Patil

This comment was marked as resolved.

@julien-deramond

This comment was marked as resolved.

@Vishruta-Patil
Copy link

Vishruta-Patil commented Apr 3, 2023

@julien-deramond The changes I have made in sccs classes (src/scss) are not visible, when I try to use those classes in the documentation site (on the local)
Can You tell me if I have to run the css on local in some other way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants