Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Disable the message action bar when hovering over the 1px border betw…
Browse files Browse the repository at this point in the history
…een threads in the threads list (#8429)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul authored Apr 28, 2022
1 parent de7d5e7 commit 7208953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7208953

Please sign in to comment.