fix: Not possible to place caret within existing comment

closes #5268
This commit is contained in:
Tom Moor
2023-04-27 20:21:23 -04:00
parent 4f019b7a99
commit ef075c0fa2
2 changed files with 1 additions and 4 deletions

View File

@@ -575,7 +575,6 @@ h6 {
.comment-marker {
border-bottom: 2px solid ${transparentize(0.5, props.theme.brand.marine)};
transition: background 100ms ease-in-out;
cursor: pointer;
border-radius: 2px;
&:hover {