Skip to content

Commit

Permalink
bugfix: prevent show eye icon by microsoft edge browser and user cust…
Browse files Browse the repository at this point in the history
…om icom. (#66)
  • Loading branch information
cgarcia-lightit authored Jan 2, 2024
1 parent b6c8039 commit bdb5394
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 0 additions & 1 deletion apps/eo_web/dist/assets/main-47be9e44.css

This file was deleted.

1 change: 1 addition & 0 deletions apps/eo_web/dist/assets/main-94a1d790.css

Large diffs are not rendered by default.

File renamed without changes.
6 changes: 3 additions & 3 deletions apps/eo_web/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"src": "../../packages/ui/src/assets/avatar.svg"
},
"src/main.css": {
"file": "assets/main-47be9e44.css",
"file": "assets/main-94a1d790.css",
"src": "src/main.css"
},
"src/main.tsx": {
"assets": [
"assets/UploadFile-694e44b5.svg"
],
"css": [
"assets/main-47be9e44.css"
"assets/main-94a1d790.css"
],
"file": "assets/main-5c9a01cd.js",
"file": "assets/main-df20c1e0.js",
"isEntry": true,
"src": "src/main.tsx"
}
Expand Down
6 changes: 6 additions & 0 deletions apps/eo_web/src/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

input::-ms-reveal,
input::-ms-clear {
display: none;
}


.grid {
grid-column-gap: 0;
grid-template-rows: auto !important;
Expand Down

0 comments on commit bdb5394

Please sign in to comment.