fix: Incorrect cursor on headings

This commit is contained in:
Tom Moor
2020-10-19 07:40:12 -07:00
parent 4044818daa
commit 3af1a80615

View File

@@ -97,6 +97,10 @@ const StyledEditor = styled(RichMarkdownEditor)`
font-weight: 500;
}
.heading-name {
cursor: default;
}
p {
a {
color: ${(props) => props.theme.text};