mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-05 22:21:34 -04:00
Updates, and hacks, based on the changes in: https://github.com/alphagov/govuk-frontend/pull/1309/files
12 lines
612 B
SCSS
12 lines
612 B
SCSS
// Sass bringing in the new focus style from GOVUK Frontend 3.x.x
|
|
// TO DO: Delete this file when we upgrade to GOVUK Frontend 3.x.x
|
|
//
|
|
// See the following for details of the update:
|
|
// - https://designnotes.blog.gov.uk/2019/07/29/weve-made-the-gov-uk-design-system-more-accessible/
|
|
// - https://design-system.service.gov.uk/get-started/focus-states/
|
|
// - https://github.com/alphagov/govuk-frontend/releases/tag/v3.0.0
|
|
//
|
|
// The new 'yellow' colour was added in https://github.com/alphagov/govuk-frontend/pull/1288
|
|
|
|
$govuk-focus-colour: #ffdd00; // assign new 'yellow' colour directly to limit impact of change
|