Skip to content

Commit

Permalink
Merge pull request #876 from DEFRA/fix/FSR-1357-map-button-text-color…
Browse files Browse the repository at this point in the history
…-persistence

FSR-1357 | Ensure map button text color remains blue on refresh and af…
  • Loading branch information
LeeGordon83 authored Nov 12, 2024
2 parents 334d760 + 96565aa commit c0eedc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/sass/objects/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@
text-decoration: none;
}
&:visited {
color: govuk-colour('black');
color: govuk-colour('blue');
}
&:hover {
background-color: govuk-colour('light-grey');
}
&:focus {
color: govuk-colour('blue');
background-color: $govuk-focus-colour;
border-color: $govuk-focus-colour;
box-shadow: 0 2px 0 govuk-colour('black');
Expand Down

0 comments on commit c0eedc7

Please sign in to comment.