Created by: Quy
In Firefox and Chrome, the custom select displays correctly but not with Safari 13.0.4 and Microsoft EdgeHTML 18.18363. Moving background color to its own line after the background shorthand fixes the issue.
background: var(--atum-bg-dark) url(../images/select-bg.svg) no-repeat right center/116rem;
background: url(../images/select-bg.svg) no-repeat right center/116rem; background-color: var(--atum-bg-dark);