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>
This commit is contained in:
parent
de7d5e7c7e
commit
7208953e5f
1 changed files with 1 additions and 0 deletions
|
@ -738,6 +738,7 @@ $left-gutter: 64px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
bottom: calc(-1 * var(--topOffset));
|
bottom: calc(-1 * var(--topOffset));
|
||||||
background-color: $quinary-content;
|
background-color: $quinary-content;
|
||||||
|
pointer-events: none; // disable the message action bar on hover
|
||||||
}
|
}
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|
Loading…
Reference in a new issue