mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/LanguageDropdown: fix option style in chrome on windows
This commit is contained in:
parent
496d440e5b
commit
d8420116dc
1 changed files with 7 additions and 0 deletions
|
@ -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 a new issue