Skip to content

Commit

Permalink
2.0.1-rc.5: fix css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
st-h committed Aug 11, 2023
1 parent 41d4893 commit 28a87ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ember-content-editable-modifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-content-editable-modifier",
"version": "2.0.1-rc.4",
"version": "2.0.1-rc.5",
"description": "An ember modifier that enables contenteditable fields",
"keywords": [
"ember-addon",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
content: attr(placeholder);
}

.ember-content-editable {
.ember-content-editable[contenteditable] {
cursor: text;
-webkit-user-modify: read-write-plaintext-only;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-content-editable-modifier",
"version": "2.0.1-rc.4",
"version": "2.0.1-rc.5",
"private": true,
"repository": "",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "2.0.1-rc.4",
"version": "2.0.1-rc.5",
"description": "An ember modifier that enables contenteditable fields",
"keywords": [
"content-editable",
Expand Down Expand Up @@ -48,7 +48,7 @@
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-content-editable-modifier": "2.0.1-rc.4",
"ember-content-editable-modifier": "2.0.1-rc.5",
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^7.0.0",
"ember-qunit": "^7.0.0",
Expand Down

0 comments on commit 28a87ad

Please sign in to comment.