Skip to content

Commit

Permalink
Update step-by-step nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanita Barrett committed May 13, 2021
1 parent 8ff8cd7 commit b87d2fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/sass/patterns/_step-by-step-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ $top-border: solid 2px govuk-colour("mid-grey", $legacy: "grey-3");

.app-step-nav__button--controls {
@include step-nav-font(14, $line-height: 1);
@include govuk-link-common;
position: relative;
z-index: 1; // this and relative position stops focus outline underlap with border of accordion
padding: .5em 0;
text-decoration: underline;

.app-step-nav--large & {
@include step-nav-font(14, $tablet-size: 16, $line-height: 1);
Expand Down Expand Up @@ -271,7 +271,8 @@ $top-border: solid 2px govuk-colour("mid-grey", $legacy: "grey-3");
}

.app-step-nav__toggle-link {
text-decoration: underline;
@include govuk-link-common;
@include govuk-link-hover-decoration;
}
}

Expand Down

0 comments on commit b87d2fe

Please sign in to comment.