Merge pull request #6619 from BryceLTaylor/fix-caret

Fix format of url of caret.svg in language selector
This commit is contained in:
Bryce Taylor 2022-03-09 09:36:10 -05:00 committed by GitHub
commit c88f4836e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
margin-bottom: .75rem;
border: 1px solid $active-gray;
border-radius: 5px;
background: $ui-light-gray url("../../../static/svgs/forms/caret.svg") no-repeat right center;
background: $ui-light-gray url("/svgs/forms/caret.svg") no-repeat right center;
padding-right: 4rem;
padding-left: 1rem;
width: 100%;
@ -43,7 +43,7 @@
&:focus,
&:hover {
background: $ui-light-gray url("../../../static/svgs/forms/caret-hover.svg") no-repeat right center;
background: $ui-light-gray url("/svgs/forms/caret-hover.svg") no-repeat right center;
}
> option {