web/LanguageDropdown: fix option style in chrome on windows

This commit is contained in:
wukko 2024-07-10 18:42:00 +06:00
parent 496d440e5b
commit d8420116dc
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -132,6 +132,13 @@
text-align-last: right;
}
/* fix for chrome on windows */
option {
color: initial;
text-align: initial;
text-align-last: initial;
}
@media (hover: hover) {
.selector:hover {
background-color: var(--button-hover);