mirror of https://github.com/vector-im/riot-web
parent
e8bf7ac227
commit
2d47f453cd
|
@ -33,8 +33,12 @@ limitations under the License.
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mx_EventTile_highlight .mx_EventTile_line {
|
&.mx_EventTile_highlight {
|
||||||
background-color: $event-highlight-bg-color;
|
&::before {
|
||||||
|
background-color: $event-highlight-bg-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
color: $event-highlight-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For replies */
|
/* For replies */
|
||||||
|
|
Loading…
Reference in New Issue