Add bubble highlight styling
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
92a60497d2
commit
d43eac7722
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ limitations under the License.
|
|||
margin-top: 2px;
|
||||
}
|
||||
|
||||
&.mx_EventTile_highlight .mx_EventTile_line {
|
||||
background-color: $event-highlight-bg-color;
|
||||
}
|
||||
|
||||
/* For replies */
|
||||
.mx_EventTile {
|
||||
padding-top: 0;
|
||||
|
|
Loading…
Reference in a new issue