diff --git a/ui/app/styles/core/forms.scss b/ui/app/styles/core/forms.scss index ad484f197996..89b836c9ff3f 100644 --- a/ui/app/styles/core/forms.scss +++ b/ui/app/styles/core/forms.scss @@ -189,16 +189,15 @@ label { } .select:not(.is-multiple)::after { - border-color: $black; - border-width: 2px; - margin-top: 0; - transform: translateY(30%) rotate(-45deg); -} - -.select:not(.is-multiple)::before { - content: ''; - transform: translateY(-70%) rotate(135deg); - z-index: 5; + content: svg-uri( + '' + ); + border: 0; + height: 24px; + margin: 0; + right: $spacing-xs; + transform: translateY(-50%); + width: 24px; } .field:not(:last-child) {