govuk_publishing_components icon indicating copy to clipboard operation
govuk_publishing_components copied to clipboard

A gem to document and distribute frontend components for GOV.UK applications

Results 185 govuk_publishing_components issues
Sort by recently updated
recently updated
newest added

## What This PR fixes an accessibility issue with the buttons on the feedback component and how `aria-expanded` is working. In essence, the `No` and `Report a problem with this...

## What ## Why ## Visual Changes ### Before ### After

Both tests in question are turned of with`xit()`: - [it sends errors to Google Analytics](https://github.com/alphagov/static/blob/4ff74bda61bea670a2e55e44b924c81e2f3183c4/spec/javascripts/analytics_toolkit/error-tracking.spec.js#L18) - [it tracks only errors with a matching or blank filename](https://github.com/alphagov/static/blob/4ff74bda61bea670a2e55e44b924c81e2f3183c4/spec/javascripts/analytics_toolkit/error-tracking.spec.js#L27) Kudos to @andysellick for...

## What Page: https://www.gov.uk/government/publications/blue-badge-can-i-get-one In the “Applies to England“ section, the blue (#1d70b8) links have a low colour contrast against the grey (#f3f2f1) background with a ratio of 4.6:1. Users...

accessibility
acknowledged

## What Page: https://www.gov.uk/find-a-job The button link text ‘Show 2 more’ under the list of ‘Related content’ in the sidebar does not clearly describe its purpose. Screen reader users encountering...

Together with https://github.com/alphagov/collections/pull/3345 Fixes https://trello.com/c/y13N9PJe/1888-some-links-are-present-that-are-not-descriptive-out-of-context-4-s ## What ## Why ## Visual Changes ### Before ### After

## What & Why This PR creates a new (experimental) component to display status information to users of our publishing apps and is based on a GIFT week project: [Add...

## What With `govuk-media-query($media-type: print)`: * Set `gem-c-inverse-header` background to white, color to black, remove margin and padding. * Set `gem-c-title--inverse`, `publication-header__last-changed` color to black. * Set `gem-c-layout-footer` to `display:...

## What Adds checking to see what components use govuk-frontend to the components audit. ## Why Implemented this to double check that I wasn't missing out any component JS when...

As part of [this PR](https://github.com/alphagov/govuk_publishing_components/pull/3711) I've checked to see if any other components set a background colour for their inverse option - and the phase banner does. Components with an...