Skip to content

Commit 51ccd9c

Browse files
committed
fix: remove outdated mixin
1 parent 9f2569a commit 51ccd9c

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/frontend/scss/main.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -312,17 +312,6 @@ h2:focus-visible {
312312
color: $govuk-inverse-button-text-colour;
313313
}
314314

315-
// alphagov/govuk_template includes a specific a:link:focus selector
316-
// designed to make unvisited links a slightly darker blue when focussed, so
317-
// we need to override the text colour for that combination of selectors so
318-
// so that unvisited links styled as buttons do not end up with dark blue
319-
// text when focussed.
320-
@include _govuk-compatibility(govuk_template) {
321-
&:link:focus {
322-
color: $govuk-inverse-button-text-colour;
323-
}
324-
}
325-
326315
&:hover {
327316
background-color: $govuk-inverse-button-hover-colour;
328317

0 commit comments

Comments
 (0)