css: Use SCSS nesting in zulip.scss for .bookend_tr.

This commit is contained in:
majordwarf 2020-05-16 19:42:01 +05:30 committed by Tim Abbott
parent 5282bf34dd
commit d4e7e99ec7

View File

@ -936,12 +936,14 @@ td.pointer {
}
}
.bookend_tr + .summary_row .message_header {
border-top-right-radius: 3px;
}
.bookend_tr + .summary_row {
.message_header {
border-top-right-radius: 3px;
}
.bookend_tr + .summary_row .summary_colorblock {
border-top-left-radius: 3px;
.summary_colorblock {
border-top-left-radius: 3px;
}
}
.copy-paste-text {