From 52d97e2ca7fe16fcf6cb3a1ad163ff6c77af9ac2 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Sat, 24 Aug 2019 17:07:32 +0530 Subject: [PATCH] css: Use SCSS nesting for `#send_message_form`. --- static/styles/compose.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/static/styles/compose.scss b/static/styles/compose.scss index ed395c55c2..108d76b77c 100644 --- a/static/styles/compose.scss +++ b/static/styles/compose.scss @@ -139,19 +139,19 @@ table.compose_table { #send_message_form { margin: 0px; -} -#send_message_form .messagebox { - /* normally 5px 14px; pull in the right and bottom a bit */ - cursor: default; - padding: 0px; - background: none; - box-shadow: none; - border: none; -} + .messagebox { + /* normally 5px 14px; pull in the right and bottom a bit */ + cursor: default; + padding: 0px; + background: none; + box-shadow: none; + border: none; + } -#send_message_form .message_content { - margin-right: 0px; + .message_content { + margin-right: 0px; + } } #below-compose-content {