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

Commit

Permalink
Merge pull request #6582 from SimonBrandner/fix/bubble-highlight/18295
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-gg committed Sep 6, 2021
2 parents 1e50246 + 2d47f45 commit e7cfa48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ limitations under the License.
margin-top: 2px;
}

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

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

/* For replies */
.mx_EventTile {
padding-top: 0;
Expand Down

0 comments on commit e7cfa48

Please sign in to comment.