Merge pull request #5343 from luisramos0/windows

Make OC selector options color explicitly gray and not white
This commit is contained in:
Luis Ramos
2020-05-07 11:44:14 +01:00
committed by GitHub

View File

@@ -80,6 +80,10 @@ ordercycle {
}
}
option {
color: $grey-700;
}
@media all and (max-width: 1024px) {
float: none;
margin-right: 1em;