Skip to content

Commit

Permalink
Merge pull request #6017 from vector-im/t3chguy/rich_quoting_linear
Browse files Browse the repository at this point in the history
Linear Rich Quoting
  • Loading branch information
dbkr committed Jan 24, 2018
2 parents 394d4cf + d57a10e commit b0a3bd6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ limitations under the License.
line-height: 22px;
}

.mx_EventTile_quote {
margin-right: 10px;
}

.mx_EventTile_info .mx_EventTile_line {
padding-left: 83px;
}
Expand All @@ -115,7 +119,7 @@ limitations under the License.
background-color: $event-selected-color;
}

.mx_EventTile:hover .mx_EventTile_line,
.mx_EventTile:hover .mx_EventTile_line:not(.mx_EventTile_quote),
.mx_EventTile.menu .mx_EventTile_line
{
background-color: $event-selected-color;
Expand Down

0 comments on commit b0a3bd6

Please sign in to comment.