From 2f859b557e744537d884fb23960881eaf9a1e7f7 Mon Sep 17 00:00:00 2001 From: shadow-light <42055707+shadow-light@users.noreply.github.com> Date: Wed, 5 Aug 2020 23:21:50 +1000 Subject: [PATCH] Update _placeholder.scss Make it appear like element is editable (by showing text cursor) when hovering over placeholder (as would happen over a normal editable element). --- src/sass/components/_placeholder.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sass/components/_placeholder.scss b/src/sass/components/_placeholder.scss index 3e1c26737..1e1bea9d3 100644 --- a/src/sass/components/_placeholder.scss +++ b/src/sass/components/_placeholder.scss @@ -10,6 +10,7 @@ white-space: pre; padding: inherit; margin: inherit; + cursor: text; } } @@ -23,5 +24,6 @@ white-space: pre; padding: inherit; margin: inherit; + cursor: text; } }