css: improved lang dropdown menu

This commit is contained in:
AdrienLSH
2024-02-13 11:01:48 +01:00
parent f4fca1f910
commit 6a2857f623
2 changed files with 7 additions and 3 deletions

View File

@ -25,3 +25,7 @@
opacity: 0;
transition: opacity 0.25s;
}
#languageSelector > .dropdown-item.active {
background-color: transparent;
}