Skip to content

Commit

Permalink
update(styles): remove placeholder style
Browse files Browse the repository at this point in the history
  • Loading branch information
dependentmadani committed Jul 9, 2024
1 parent 2c0d379 commit f250d9b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -18,20 +18,3 @@
* Styles for Plugin icon in Toolbar
*/
.ce-header__icon {}

.ce-header[contentEditable=true][data-placeholder]::before{
position: absolute;
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
display: none;
cursor: text;
}

.ce-header[contentEditable=true][data-placeholder]:empty::before {
display: block;
}

.ce-header[contentEditable=true][data-placeholder]:empty:focus::before {
display: none;
}

0 comments on commit f250d9b

Please sign in to comment.