mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 14:49:49 -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:
@@ -41,13 +41,6 @@ $message-type-bottom-spacing: govuk-spacing(4);
|
||||
border-color: $link-hover-colour;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
// Use box shadow instead of outline to avoid buggy outline
|
||||
// rendering in Firefox
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 3px $yellow;
|
||||
}
|
||||
|
||||
.message-name-separator {
|
||||
|
||||
margin-right: -2px;
|
||||
|
||||
Reference in New Issue
Block a user