Improve language picker usability

This commit is contained in:
2021-11-19 17:22:25 -06:00
parent 15d9ad52e9
commit 7a73432238
2 changed files with 26 additions and 1 deletions

View File

@ -236,6 +236,15 @@ footer {
list-style: none;
}
.langpicker .unavailable {
color: inherit;
}
.langpicker .unavailable:hover {
cursor: not-allowed;
text-decoration: none;
}
/* Basic elements */