mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting in zulip.scss for `.message_length_controller`.
This commit is contained in:
parent
8b0dff3d91
commit
e2cf75a8b6
|
@ -1375,10 +1375,10 @@ div.focused_table {
|
|||
margin-right: 35px;
|
||||
/* to make message-uncollapse easier */
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.message_length_controller:hover {
|
||||
text-decoration: underline;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.messagebox-content {
|
||||
|
|
Loading…
Reference in New Issue