css: Use SCSS nesting in zulip.scss for `.message_length_controller`.

This commit is contained in:
majordwarf 2020-05-19 15:56:01 +05:30 committed by Tim Abbott
parent 8b0dff3d91
commit e2cf75a8b6
1 changed files with 3 additions and 3 deletions

View File

@ -1375,10 +1375,10 @@ div.focused_table {
margin-right: 35px; margin-right: 35px;
/* to make message-uncollapse easier */ /* to make message-uncollapse easier */
margin-top: 10px; margin-top: 10px;
}
.message_length_controller:hover { &:hover {
text-decoration: underline; text-decoration: underline;
}
} }
.messagebox-content { .messagebox-content {