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;
|
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 {
|
||||||
|
|
Loading…
Reference in New Issue