diff --git a/changelog.d/2898.fixed.md b/changelog.d/2898.fixed.md new file mode 100644 index 0000000000..07b73325bb --- /dev/null +++ b/changelog.d/2898.fixed.md @@ -0,0 +1 @@ +Fix missing delete icon in form selector labels \ No newline at end of file diff --git a/python/nav/web/sass/nav/_select2.scss b/python/nav/web/sass/nav/_select2.scss index 92b6592a8d..236d86dcb5 100644 --- a/python/nav/web/sass/nav/_select2.scss +++ b/python/nav/web/sass/nav/_select2.scss @@ -592,7 +592,7 @@ disabled look for disabled choices in the results dropdown @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b { - background-image: url('#{$image-path-partials}/select2/select2x2.png') !important; + background-image: url('#{$image-path-partials}/select2/select2.png') !important; background-repeat: no-repeat !important; background-size: 60px 40px !important; }