mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-29 13:08:32 -04:00
Fix the focus colour on edit template links
Since the focus background colour is now Design System yellow, the text should be black for sufficent contrast. This wasn’t happening because the `:link` selector’s definition had greater specificity.
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
color: $light-blue-25;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
color: $govuk-text-colour;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.edit-template-link-letter-contact {
|
||||
|
||||
Reference in New Issue
Block a user