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 anchor tag with .btn class in alert #158

Merged
merged 1 commit into from
Jun 16, 2021

Conversation

amaury-hanser
Copy link
Contributor

Questions Answers
Description? When one uses an anchor tag with the class .btn in an alert, the button will be underlined and the color won't be the one from the class .btn.
Type? bug fix
BC breaks? no
Deprecations? no
Fixed ticket? Fixes #157
How to test? <div class="alert alert-info" role="alert"> <p class="alert-text"> This is a info alert with <a href="#">an example link</a>. Click me to delete </p><div> <a href="//google.com" class="btn btn-secondary"> I'm an a tag </a> </div></div>
Possible impacts? Don't see any

@NeOMakinG NeOMakinG added this to the 1.2.4 milestone Jun 9, 2021
@Progi1984 Progi1984 merged commit 8e3ef53 into PrestaShop:develop Jun 16, 2021
@Progi1984
Copy link
Member

Thanks @amaury-hanser & @sarahdib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improvements: Removing link styling for links styled as button in alert
5 participants