mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
Replace uses of $yellow for focus
There are a few places where we missed updating to the new focus styles because they were using the `$yellow` SASS variable and not the `$focus-colour` variable. This commit updates them to the new colour, and where needed adds the black lower border to match.
This commit is contained in:
@@ -272,8 +272,11 @@
|
||||
|
||||
&:focus {
|
||||
|
||||
box-shadow: none;
|
||||
|
||||
&:before {
|
||||
background: $yellow;
|
||||
background: $govuk-focus-colour;
|
||||
box-shadow: inset 0 -4px 0 0 $govuk-focus-text-colour;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user