Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
  • Loading branch information
SimonBrandner committed Aug 26, 2021
1 parent e8bf7ac commit 2d47f45
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ limitations under the License.
margin-top: 2px;
}

&.mx_EventTile_highlight .mx_EventTile_line {
background-color: $event-highlight-bg-color;
&.mx_EventTile_highlight {
&::before {
background-color: $event-highlight-bg-color;
}

color: $event-highlight-fg-color;
}

/* For replies */
Expand Down

0 comments on commit 2d47f45

Please sign in to comment.