Skip to content

Commit

Permalink
fix: Placeholders disapperar when focussed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzechmeister committed Sep 30, 2021
1 parent a73e9c3 commit 7e580e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv_plotter.htm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
box-shadow: 0 0 3px 1px #900 !important; /* red */
}

[contenteditable=true]:empty:not(:focus):before {
[contenteditable=true]:empty:before {
content: attr(placeholder);
color: #ccc;
}
Expand Down

0 comments on commit 7e580e8

Please sign in to comment.