From d43eac7722f45c23397e508870f20b6782163b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sun, 8 Aug 2021 15:00:25 +0200 Subject: [PATCH 1/2] Add bubble highlight styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/rooms/_EventBubbleTile.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index c6170bf7c0b..c4d8fab56f1 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -33,6 +33,10 @@ limitations under the License. margin-top: 2px; } + &.mx_EventTile_highlight .mx_EventTile_line { + background-color: $event-highlight-bg-color; + } + /* For replies */ .mx_EventTile { padding-top: 0; From 2d47f453cdfdbc87f26d2bb0461db0ce59366c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 26 Aug 2021 16:19:46 +0200 Subject: [PATCH 2/2] Update styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/rooms/_EventBubbleTile.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index 369ecb0afaf..41c9dad394a 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -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 */