Skip to content

Commit 16403e1

Browse files
committed
fix: remove outdated mixin
1 parent 9f2569a commit 16403e1

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

src/frontend/scss/main.scss

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -312,26 +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-
326-
&:hover {
327-
background-color: $govuk-inverse-button-hover-colour;
328-
329-
&[disabled] {
330-
background-color: $govuk-inverse-button-colour;
331-
}
332-
}
333-
}
334-
335315
.loader {
336316
margin-top: -1px;
337317
float: right;

0 commit comments

Comments
 (0)