diff --git a/src/sass/components/_placeholder.scss b/src/sass/components/_placeholder.scss index 3e1c26737..3907d4d00 100644 --- a/src/sass/components/_placeholder.scss +++ b/src/sass/components/_placeholder.scss @@ -3,6 +3,7 @@ &:after { content: attr(data-placeholder) !important; + cursor: text; font-style: italic; position: absolute; left: 0; @@ -18,6 +19,7 @@ &:after { content: attr(data-placeholder) !important; + cursor: text; font-style: italic; position: relative; white-space: pre;