Fix dropdown items not visible in darkmode on some browsers
This commit is contained in:
parent
cd9c0086ef
commit
6354913420
|
@ -184,6 +184,11 @@ select.custom-select {
|
||||||
background-size: 1.5rem;
|
background-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select.custom-select option {
|
||||||
|
// fix dropdown items not visible in darkmode on some browsers
|
||||||
|
color: initial;
|
||||||
|
}
|
||||||
|
|
||||||
select.custom-select:focus {
|
select.custom-select:focus {
|
||||||
border-color: none !important;
|
border-color: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
|
|
Loading…
Reference in New Issue