Skip to content

Commit

Permalink
[TASK][CERT-125] Remove readonly property on datepicker fields (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Jun 15, 2022
1 parent 80981a6 commit a756062
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions assets/css/components/_datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@
display: block;
}
}
// Reset styling for flatpick-input[readonly] to remove the "readonly"-styling
.flatpickr-input[readonly]:not([disabled]) {
background-color: $input-bg;
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"entrypoints": {
"app": {
"css": [
"/bundles/template/app.de7d9034.css"
"/bundles/template/app.11308dab.css"
],
"js": [
"/bundles/template/app.54fb8efd.js"
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bundles/template/app.css": "/bundles/template/app.de7d9034.css",
"bundles/template/app.css": "/bundles/template/app.11308dab.css",
"bundles/template/app.js": "/bundles/template/app.54fb8efd.js",
"bundles/template/webfont.css": "/bundles/template/webfont.eb64eebe.css",
"bundles/template/fonts/fa-solid-900.ttf": "/bundles/template/fonts/fa-solid-900.e615bbcb.ttf",
Expand Down

0 comments on commit a756062

Please sign in to comment.