Skip to content

Commit

Permalink
FSR-1357: Ensure map button text color remains blue on refresh and af…
Browse files Browse the repository at this point in the history
…ter visit across all pages
  • Loading branch information
Keyurx11 committed Oct 28, 2024
1 parent 2bcf9af commit 57dcf39
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('black');
background-color: $govuk-focus-colour;
border-color: $govuk-focus-colour;
box-shadow: 0 2px 0 govuk-colour('black');
Expand Down

0 comments on commit 57dcf39

Please sign in to comment.