mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
css: Use SCSS nesting for textarea and .compose_table .recipient_box.
This commit is contained in:
parent
c15c2d3b97
commit
edb61eb35e
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user