Skip to content

Commit 28c0187

Browse files
committedJan 2, 2025
bug #6677 Fix the color of the border of item remove icon in autocomplete 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
2 parents a779a1f + 1bdf017 commit 28c0187

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
 

‎assets/css/easyadmin-theme/autocomplete.css

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎public/app.9f3e666b.css ‎public/app.15c1f5f4.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎public/entrypoints.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"entrypoints": {
33
"app": {
44
"css": [
5-
"/app.9f3e666b.css"
5+
"/app.15c1f5f4.css"
66
],
77
"js": [
88
"/app.1ecd6d7a.js"

‎public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"app.css": "app.9f3e666b.css",
2+
"app.css": "app.15c1f5f4.css",
33
"app.js": "app.1ecd6d7a.js",
44
"form.js": "form.bcec6c2a.js",
55
"page-layout.js": "page-layout.3347892e.js",

0 commit comments

Comments
 (0)