Remove langpicker and most of multilingual support

I didn't end up using it, and I don't want to maintain it anymore.
This commit is contained in:
2023-03-20 18:29:46 -05:00
parent 337a62c7cd
commit 7ac4908149
10 changed files with 3 additions and 263 deletions

View File

@ -407,55 +407,15 @@ h1 svg.icon {
white-space: nowrap;
}
.navbar-item:hover,
.langpicker summary:hover,
.langpicker[open] summary {
.navbar-item:hover {
background-color: var(--background-3);
text-decoration: none;
}
.langpicker summary:hover,
.langpicker[open] summary {
color: var(--text-3);
}
.topbar .active {
font-weight: bold;
}
.langpicker {
position: relative;
white-space: nowrap;
}
.langpicker summary {
cursor: pointer;
margin-left: 24px;
padding: 8px 12px;
border-radius: 12px;
}
.langpicker .languages {
position: absolute;
margin-top: 8px;
right: 0;
background-color: var(--background-1);
color: var(--text-1);
border: 2px solid var(--background-2);
padding: 8px 12px;
border-radius: 8px;
list-style: none;
}
.langpicker .unavailable {
color: inherit;
}
.langpicker .unavailable:hover {
cursor: not-allowed;
text-decoration: none;
}
/* }}} */
/* Back to top {{{ */