mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting in zulip.scss for `.bookend_tr`.
This commit is contained in:
parent
5282bf34dd
commit
d4e7e99ec7
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue