Skip to content

Commit

Permalink
Added exclude for bold links within buttons in alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
benjest85 committed Aug 6, 2024
1 parent c2e42ac commit c05da03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/alert/assets/Alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@include govuk-responsive-margin(3, "bottom");
}

a{
a:not(.govuk-button){
font-weight: bold;
}
}

1 comment on commit c05da03

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.