typora-notion-theme icon indicating copy to clipboard operation
typora-notion-theme copied to clipboard

Cursor is invisible in Math Blocks

Open danielcs88 opened this issue 2 years ago • 2 comments

Thank you for the beautiful theme. The only annoyance is that the cursor is not visible inside Math blocks.

Notion Math

danielcs88 avatar Apr 02 '22 06:04 danielcs88

I don't know any CSS but from fiddling around, I was able to fix it by simply appending:

.CodeMirror.cm-s-typora-default div.CodeMirror-cursor {
    border-left: 3px solid var(--text-color);
}

danielcs88 avatar Apr 02 '22 06:04 danielcs88

Hey @danielcs88! Thank you for sharing your issue. I thought I had fixed it already, indeed the cursor should take the text color in those blocks. I'll fix it and push a new release :)

Thanks!

adrian-fuertes avatar Apr 03 '22 11:04 adrian-fuertes

Hey @danielcs88! It took me a minute but this issues has been addressed on the latest release. Feel free to check it out and thank you for raising this issue ❤️

adrian-fuertes avatar Jan 06 '23 16:01 adrian-fuertes