Skip to content

Commit

Permalink
Merge pull request #158 from amaury-hanser/Fix/anchor-btn-in-alert
Browse files Browse the repository at this point in the history
Fix anchor tag with .btn class in alert
  • Loading branch information
Progi1984 authored Jun 16, 2021
2 parents 86fa6b2 + 9f34cee commit 8e3ef53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $component-name: alert !default;
background-color: $white;
@include border-radius(8px);

a {
a:not(.btn) {
font-weight: 600;
color: $gray-700;
text-decoration: underline;
Expand Down

0 comments on commit 8e3ef53

Please sign in to comment.