We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2569a commit 51ccd9cCopy full SHA for 51ccd9c
1 file changed
src/frontend/scss/main.scss
@@ -312,17 +312,6 @@ h2:focus-visible {
312
color: $govuk-inverse-button-text-colour;
313
}
314
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
0 commit comments