Skip to content

Commit

Permalink
Merge pull request #215 from UKGovernmentBEIS/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
xnw9 authored Sep 19, 2023
2 parents d229553 + 08ae64f commit c01f1f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help_to_heat/templates/frontdoor/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2 class="govuk-cookie-banner__heading govuk-heading-m">{{_("Cookies we are usi
<span aria-current="true">English</span>
{% else %}
<input name="language" type="hidden" value="en">
<button type="submit" lang="en" rel="alternate" class="govuk-link">
<button type="submit" lang="en" rel="alternate" class="govuk-link gbis-language-select__button-text">
<span class="govuk-visually-hidden">Change the language to English</span>
<span aria-hidden="true">English</span>
</button>
Expand All @@ -131,7 +131,7 @@ <h2 class="govuk-cookie-banner__heading govuk-heading-m">{{_("Cookies we are usi
<span aria-current="true">Cymraeg</span>
{% else %}
<input name="language" type="hidden" value="cy">
<button type="submit" lang="cy" rel="alternate" class="govuk-link">
<button type="submit" lang="cy" rel="alternate" class="govuk-link gbis-language-select__button-text">
<span class="govuk-visually-hidden">Newid yr iaith ir Gymraeg</span>
<span aria-hidden="true">Cymraeg</span>
</button>
Expand Down
4 changes: 4 additions & 0 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@
border-right: none;
}

.gbis-language-select__button-text {
font-weight: normal;
color: #0b0c0c;
}

0 comments on commit c01f1f9

Please sign in to comment.