From 92578430b99ea1beff71f7be38f2734758a6767d Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Mon, 19 Dec 2016 16:08:30 -0200 Subject: [#847] Fixes the "Body" placeholder issue that isn't moving to body when clicked The hidden label was overlapping the placeholder and this was preventing the user to click --- web-ui/app/scss/views/_compose-view.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web-ui/app/scss/views/_compose-view.scss') diff --git a/web-ui/app/scss/views/_compose-view.scss b/web-ui/app/scss/views/_compose-view.scss index 9e120357..61e785a0 100644 --- a/web-ui/app/scss/views/_compose-view.scss +++ b/web-ui/app/scss/views/_compose-view.scss @@ -151,12 +151,14 @@ transition: all 0.1s linear; opacity: 0; font-weight: bold; + display: none; } label.showfloatlabel { color: $light_blue !important; top: -0.3rem; opacity: 1; + display: block; } input, textarea { -- cgit v1.2.3