mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 18:08:28 +00:00
web/LanguageDropdown: fix option style in chrome on windows
This commit is contained in:
parent
8ab85dc442
commit
ffdcee1852
@ -132,6 +132,13 @@
|
|||||||
text-align-last: right;
|
text-align-last: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix for chrome on windows */
|
||||||
|
option {
|
||||||
|
color: initial;
|
||||||
|
text-align: initial;
|
||||||
|
text-align-last: initial;
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.selector:hover {
|
.selector:hover {
|
||||||
background-color: var(--button-hover);
|
background-color: var(--button-hover);
|
||||||
|
Loading…
Reference in New Issue
Block a user