-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes govuk-elements focussed link colour overriding govuk-frontends
govuk-elements uses specific css selector`a:link:focus` whereas govuk-frontend uses `.govuk-link:focus`. This fix makes govuk-frontend selector more specific `.govuk-link:link:focus` but only when compatibility mode is being used. Co-authored-by: Nick Colley <nick.colley@digital.cabinet-office.gov.uk>
- Loading branch information
1 parent
3c44ba6
commit e7ae104
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters