What’s broken?
We often have difficulty to distinguish "comments" with yellow background, we would like when hovering a comment to darken it a bit. The problem is when multiple blocks or marks on a comment (background / italic / etc), the comments in the DOM is "cut", so the hover highlight only a part of the comment.
What did you expect to happen?
I expect to have a way to distinguish "comments" on hover.
I can see when we click on a "comment" , a span.bn-thread-mark-selected is added
Could we reproduce this behavior but with hover as well ( span.bn-thread-mark-hover) ?
Thank you !
Contribution
Sponsor
What’s broken?
We often have difficulty to distinguish "comments" with yellow background, we would like when hovering a comment to darken it a bit. The problem is when multiple blocks or marks on a comment (background / italic / etc), the comments in the DOM is "cut", so the hover highlight only a part of the comment.
What did you expect to happen?
I expect to have a way to distinguish "comments" on hover.
I can see when we click on a "comment" , a
span.bn-thread-mark-selectedis addedCould we reproduce this behavior but with hover as well (
span.bn-thread-mark-hover) ?Thank you !
Contribution
Sponsor