css: Use SCSS nesting for textarea and .compose_table .recipient_box.

This commit is contained in:
Vaibhav 2019-08-24 17:32:23 +05:30 committed by Tim Abbott
parent c15c2d3b97
commit edb61eb35e

View File

@ -329,13 +329,12 @@ textarea.new_message_textarea,
box-shadow: none;
-webkit-box-shadow: none;
transition: border 0.2s ease;
}
textarea.new_message_textarea:focus,
.compose_table .recipient_box:focus {
border: 1px solid hsl(0, 0%, 67%);
box-shadow: none;
-webkit-box-shadow: none;
&:focus {
border: 1px solid hsl(0, 0%, 67%);
box-shadow: none;
-webkit-box-shadow: none;
}
}
#stream_message_recipient_stream.recipient_box:focus {