Make option color explicitly gray and not white otherwise we will have options render white on white on some browsers, namely chrome on windows 10

This commit is contained in:
Luis Ramos
2020-05-01 17:38:42 +01:00
parent 74c7a01151
commit 240e2a36d3

View File

@@ -75,6 +75,10 @@ ordercycle {
border-radius: 0 0.25em 0.25em 0;
min-width: 13em;
option {
color: $grey-700;
}
@media all and (max-width: 480px) {
width: 100%;
}