From 4aeb78e94a752c5b287b7fdcc4901bddd8c8f2c0 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Tue, 14 Feb 2017 22:42:33 +0900 Subject: PLT-5441 Disabled the "Add Comment" button in the right-hand side unless there is a valid input (#5320) --- webapp/sass/layout/_post-right.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'webapp/sass/layout') diff --git a/webapp/sass/layout/_post-right.scss b/webapp/sass/layout/_post-right.scss index 4db717de1..455ed7fff 100644 --- a/webapp/sass/layout/_post-right.scss +++ b/webapp/sass/layout/_post-right.scss @@ -62,6 +62,11 @@ .btn { margin-bottom: 10px; + + &.disabled { + background: grey !important; + border-color: transparent !important; + } } .custom-textarea { -- cgit v1.2.3-1-g7c22