Skip to content

Commit

Permalink
show text cursor instead of default cursor over the placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
vitosamson committed Nov 4, 2015
1 parent 336ee8a commit f7db993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/editor.less
Expand Up @@ -24,6 +24,7 @@
.ck-editor:empty:before {
content: attr(data-placeholder);
color: #bbb;
cursor: text;
}
.ck-editor > * {
position: relative;
Expand Down

0 comments on commit f7db993

Please sign in to comment.