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;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.mx_EventTile_highlight .mx_EventTile_line {
|
||||||
|
background-color: $event-highlight-bg-color;
|
||||||
|
}
|
||||||
|
|
||||||
/* For replies */
|
/* For replies */
|
||||||
.mx_EventTile {
|
.mx_EventTile {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue