Skip to content

Commit

Permalink
Remove redundant tag CSS from phase banner
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Jun 18, 2024
1 parent 3822ac1 commit c83efb2
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
margin-right: govuk-spacing(2);
}
}

// When forced colour mode is active, for example to provide high contrast,
// the background colour of the tag is the same as the rest of the page. To ensure
// that the tag is perceived as separate to the rest of the text in the phase banner,
// it is made bold.
@media screen and (forced-colors: active) {
font-weight: bold;
}
}

.govuk-phase-banner__text {
Expand Down

0 comments on commit c83efb2

Please sign in to comment.