Merge pull request #6582 from SimonBrandner/fix/bubble-highlight/18295

pull/21833/head
Germain 2021-09-06 09:56:16 +01:00 committed by GitHub
commit e7cfa4816e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

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