right click on language switcher
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user