From 7208953e5f2d22e87774d29aa0d16674554c51ff Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 28 Apr 2022 16:06:56 +0000 Subject: [PATCH] Disable the message action bar when hovering over the 1px border between threads in the threads list (#8429) Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_EventTile.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index 112e745431..dce0c58073 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -738,6 +738,7 @@ $left-gutter: 64px; height: 1px; bottom: calc(-1 * var(--topOffset)); background-color: $quinary-content; + pointer-events: none; // disable the message action bar on hover } &::before {