right click on language switcher

This commit is contained in:
2025-06-03 17:15:11 +01:00
parent 1220131cfd
commit dedd23dfb1
2 changed files with 52 additions and 105 deletions
+4 -3
View File
@@ -734,6 +734,7 @@ textarea,
margin-top: 10px;
text-align: right;
margin-right: 0px;
cursor: pointer;
@media screen and (max-width: 900px) {
position: absolute;
@@ -741,7 +742,7 @@ textarea,
right: -10px;
}
a.govuk-header__link {
.govuk-header__link {
background-color: $black;
padding: 10px 20px;
font-weight: 700;
@@ -753,9 +754,9 @@ textarea,
}
}
a.govuk-header__link:focus {
.govuk-header__link:focus {
background-color: $black;
padding: 10px;
padding: 10px 20px;
color: #fff;
box-shadow: none;
}