Skip to content

Commit

Permalink
bug #6677 Fix the color of the border of item remove icon in autocomp…
Browse files Browse the repository at this point in the history
…lete lists (javiereguiluz)

This PR was merged into the 4.x branch.

Discussion
----------

Fix the color of the border of item remove icon in autocomplete lists

Commits
-------

1bdf017 Fix the color of the border of item remove icon in autocomplete lists
  • Loading branch information
javiereguiluz committed Jan 2, 2025
2 parents a779a1f + 1bdf017 commit 28c0187
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion assets/css/easyadmin-theme/autocomplete.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/app.9f3e666b.css → public/app.15c1f5f4.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"entrypoints": {
"app": {
"css": [
"/app.9f3e666b.css"
"/app.15c1f5f4.css"
],
"js": [
"/app.1ecd6d7a.js"
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app.css": "app.9f3e666b.css",
"app.css": "app.15c1f5f4.css",
"app.js": "app.1ecd6d7a.js",
"form.js": "form.bcec6c2a.js",
"page-layout.js": "page-layout.3347892e.js",
Expand Down

0 comments on commit 28c0187

Please sign in to comment.