Skip to content

Commit

Permalink
Merge pull request #2898 from lunkwill42/bugfix/select2-icons
Browse files Browse the repository at this point in the history
Add back missing delete icon for form selectors
  • Loading branch information
lunkwill42 authored May 3, 2024
2 parents 4251a40 + 55a70a2 commit 35f1a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/2898.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix missing delete icon in form selector labels
2 changes: 1 addition & 1 deletion python/nav/web/sass/nav/_select2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 35f1a9b

Please sign in to comment.