You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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?
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
The text was updated successfully, but these errors were encountered: