Merge pull request #6582 from SimonBrandner/fix/bubble-highlight/18295
This commit is contained in:
commit
e7cfa4816e
1 changed files with 8 additions and 0 deletions
|
@ -33,6 +33,14 @@ limitations under the License.
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.mx_EventTile_highlight {
|
||||||
|
&::before {
|
||||||
|
background-color: $event-highlight-bg-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
color: $event-highlight-fg-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