mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
css: Nest .draft-info-box inside .draft-row.
This commit is contained in:
@@ -80,6 +80,26 @@
|
|||||||
border: 1px solid hsl(0, 0%, 88%);
|
border: 1px solid hsl(0, 0%, 88%);
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
outline: 2px solid hsl(215, 47%, 50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.message_row {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.messagebox {
|
||||||
|
cursor: auto;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.message_content {
|
||||||
|
line-height: 1;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.draft_controls {
|
.draft_controls {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -90,28 +110,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.draft-info-box {
|
|
||||||
&.active {
|
|
||||||
outline: 2px solid hsl(215, 47%, 50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.message_row {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.messagebox {
|
|
||||||
cursor: auto;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message_content {
|
|
||||||
line-height: 1;
|
|
||||||
padding-top: 10px;
|
|
||||||
padding-bottom: 10px;
|
|
||||||
margin-left: 0px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.draft_controls {
|
.draft_controls {
|
||||||
.restore-draft {
|
.restore-draft {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user