File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments