Skip to content

Commit

Permalink
Fix typo and capitalisation in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed May 23, 2023
1 parent 5439030 commit 213b899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

// 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 that tag is perceived as separate the rest of the text in the phase banner,
// that the tag is perceived as separate the rest of the text in the phase banner,
// it is made bold.
@media screen and (forced-colors: active) {
font-weight: bold;
Expand Down
4 changes: 2 additions & 2 deletions packages/govuk-frontend/src/govuk/components/tag/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

// 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 that tag is perceived as separate from any surround text, it is made bold.
// that the tag is perceived as separate from any surround text, it is made bold.
//
// Transparent outlines are no longer added, as they make the Tag look indistinguishable
// from a button – but the Tag is not interactive in the same way.
// from a button – but the tag is not interactive in the same way.
@media screen and (forced-colors: active) {
font-weight: bold;
}
Expand Down

0 comments on commit 213b899

Please sign in to comment.