Disable the message action bar when hovering over the 1px border between threads in the threads list (#8429)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
t3chguy/dedup-icons-17oct
Suguru Hirahara 2022-04-28 16:06:56 +00:00 committed by GitHub
parent de7d5e7c7e
commit 7208953e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {