css: Nest .draft-info-box inside .draft-row.

This commit is contained in:
Vaibhav 2019-08-16 07:40:11 +05:30 committed by Tim Abbott
parent f94f4ac48e
commit ab30295a39
1 changed files with 20 additions and 22 deletions

View File

@ -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;