Add bubble highlight styling

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-08 15:00:25 +02:00
parent 92a60497d2
commit d43eac7722
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D

View file

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